#C8CA26

Color #C8CA26 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #C8CA26

Tints of Barberry #C8CA26

Color information

#C8CA26 (or 0xC8CA26) is unknown color: approx Barberry. HEX triplet: C8, CA and 26. RGB value is (200,202,38). Sum of RGB (Red+Green+Blue) = 200+202+38=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 38 (15.23% from 255 or 8.64% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA26 is #3735D9. Grayscale: #B7B7B7. Windows color (decimal): -3618266 or 2542280. OLE color: 2542280.

HSL color Cylindrical-coordinate representation of color #C8CA26: hue angle of 60.73º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8CA26 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB20020238-
CMYK0.0100.810.21
HSL60.73º68.33%47.06%-
HSV(B)60.73º81.19%79.22%-
XYZ45.2954.6610-
YUV182.7146.34140.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 45.45%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 38 (15.23% from 255) = 8.64%
R=45.45%
G=45.91%
B=8.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200202380.0100.810.2160.7368.3347.06
HexC8CA261051153d442f
Octal3103124610121257510457
Binary1100100011001010100110101010001101011111011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CA26; }

 p { color: rgb(200,202,38); }

 H1.HeaderClassName
 {
   color: #C8CA26;
 }
 .AnyTagClassName
 {
   color: #C8CA26;
 }
</style>
background-color css

<style>
 a { background-color: #C8CA26; }

 a { background-color: rgb(200,202,38); }

 div.DivClassName
 {
   background-color: #C8CA26;
 }
 .BgClassName
 {
   background-color: #C8CA26;
 }
</style>
border-color css

<style>
 span { border-color: #C8CA26; }

 span { border-color: rgb(200,202,38); }

 td.TdClassName
 {
   border-color: #C8CA26;
 }
 .TagClassName
 {
   border-color: #C8CA26;
 }
</style>