#CCB59D

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

Shades of Vanilla #CCB59D

Tints of Vanilla #CCB59D

Color information

#CCB59D (or 0xCCB59D) is unknown color: approx Vanilla. HEX triplet: CC, B5 and 9D. RGB value is (204,181,157). Sum of RGB (Red+Green+Blue) = 204+181+157=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB59D is #334A62. Grayscale: #B9B9B9. Windows color (decimal): -3361379 or 10335692. OLE color: 10335692.

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

Color convert

RGB204181157-
CMYK00.110.230.2
HSL30.64º31.54%70.78%-
HSV(B)30.64º23.04%80%-
XYZ47.5148.3238.72-
YUV185.14112.12141.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 181 (71.09% from 255) = 33.39%
BLUE value IS 157 (61.72% from 255) = 28.97%
R=37.64%
G=33.39%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418115700.110.230.230.6431.5470.78
HexCCB59D0B17141f2047
Octal31426523501327243740107
Binary110011001011010110011101010111011110100111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB59D; }

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

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

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

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

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

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

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

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