#CBC766

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

Shades of Wild Willow #CBC766

Tints of Wild Willow #CBC766

Color information

#CBC766 (or 0xCBC766) is unknown color: approx Wild Willow. HEX triplet: CB, C7 and 66. RGB value is (203,199,102). Sum of RGB (Red+Green+Blue) = 203+199+102=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC766 is #343899. Grayscale: #BDBDBD. Windows color (decimal): -3422362 or 6735819. OLE color: 6735819.

HSL color Cylindrical-coordinate representation of color #CBC766: hue angle of 57.62º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBC766 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203199102-
CMYK00.020.500.20
HSL57.62º49.27%59.8%-
HSV(B)57.62º49.75%79.61%-
XYZ47.4554.520.59-
YUV189.1478.83137.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 199 (78.12% from 255) = 39.48%
BLUE value IS 102 (40.23% from 255) = 20.24%
R=40.28%
G=39.48%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319910200.020.500.2057.6249.2759.8
HexCBC7660232143a313c
Octal313307146026224726174
Binary1100101111000111110011001011001010100111010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC766; }

 p { color: rgb(203,199,102); }

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

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

 a { background-color: rgb(203,199,102); }

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

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

 span { border-color: rgb(203,199,102); }

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