#CCB59F

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

Shades of Vanilla #CCB59F

Tints of Vanilla #CCB59F

Color information

#CCB59F (or 0xCCB59F) is unknown color: approx Vanilla. HEX triplet: CC, B5 and 9F. RGB value is (204,181,159). Sum of RGB (Red+Green+Blue) = 204+181+159=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB59F is #334A60. Grayscale: #B9B9B9. Windows color (decimal): -3361377 or 10466764. OLE color: 10466764.

HSL color Cylindrical-coordinate representation of color #CCB59F: hue angle of 29.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCB59F is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB204181159-
CMYK00.110.220.2
HSL29.33º30.61%71.18%-
HSV(B)29.33º22.06%80%-
XYZ47.6848.3939.63-
YUV185.37113.12141.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 181 (71.09% from 255) = 33.27%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=37.5%
G=33.27%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418115900.110.220.229.3330.6171.18
HexCCB59F0B16141d1f47
Octal31426523701326243537107
Binary11001100101101011001111101011101101010011101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB59F; }

 p { color: rgb(204,181,159); }

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

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

 a { background-color: rgb(204,181,159); }

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

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

 span { border-color: rgb(204,181,159); }

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