#CCB69F

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

Shades of Vanilla #CCB69F

Tints of Vanilla #CCB69F

Color information

#CCB69F (or 0xCCB69F) is unknown color: approx Vanilla. HEX triplet: CC, B6 and 9F. RGB value is (204,182,159). Sum of RGB (Red+Green+Blue) = 204+182+159=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB69F is #334960. Grayscale: #BABABA. Windows color (decimal): -3361121 or 10467020. OLE color: 10467020.

HSL color Cylindrical-coordinate representation of color #CCB69F: hue angle of 30.67º 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 #CCB69F is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB204182159-
CMYK00.110.220.2
HSL30.67º30.61%71.18%-
HSV(B)30.67º22.06%80%-
XYZ47.8948.839.7-
YUV185.96112.79140.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 182 (71.48% from 255) = 33.39%
BLUE value IS 159 (62.5% from 255) = 29.17%
R=37.43%
G=33.39%
B=29.17%

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
Decimal20418215900.110.220.230.6730.6171.18
HexCCB69F0B16141f1f47
Octal31426623701326243737107
Binary11001100101101101001111101011101101010011111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB69F; }

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

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

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

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

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

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

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

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