#CCB99C

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

Shades of Vanilla #CCB99C

Tints of Vanilla #CCB99C

Color information

#CCB99C (or 0xCCB99C) is unknown color: approx Vanilla. HEX triplet: CC, B9 and 9C. RGB value is (204,185,156). Sum of RGB (Red+Green+Blue) = 204+185+156=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB99C is #334663. Grayscale: #BBBBBB. Windows color (decimal): -3360356 or 10271180. OLE color: 10271180.

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

Color convert

RGB204185156-
CMYK00.090.240.2
HSL36.25º32%70.59%-
HSV(B)36.25º23.53%80%-
XYZ48.2549.9438.55-
YUV187.38110.29139.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 156 (61.33% from 255) = 28.62%
R=37.43%
G=33.94%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418515600.090.240.236.253270.59
HexCCB99C091814242047
Octal31427123401130244440107
Binary1100110010111001100111000100111000101001001001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB99C; }

 p { color: rgb(204,185,156); }

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

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

 a { background-color: rgb(204,185,156); }

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

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

 span { border-color: rgb(204,185,156); }

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