#CCB598

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

Shades of Vanilla #CCB598

Tints of Vanilla #CCB598

Color information

#CCB598 (or 0xCCB598) is unknown color: approx Vanilla. HEX triplet: CC, B5 and 98. RGB value is (204,181,152). Sum of RGB (Red+Green+Blue) = 204+181+152=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB598 is #334A67. Grayscale: #B8B8B8. Windows color (decimal): -3361384 or 10008012. OLE color: 10008012.

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

Color convert

RGB204181152-
CMYK00.110.250.2
HSL33.46º33.77%69.8%-
HSV(B)33.46º25.49%80%-
XYZ47.0948.1536.52-
YUV184.57109.62141.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 152 (59.77% from 255) = 28.31%
R=37.99%
G=33.71%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418115200.110.250.233.4633.7769.8
HexCCB5980B1914212246
Octal31426523001331244142106
Binary1100110010110101100110000101111001101001000011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB598; }

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

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

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

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

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

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

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

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