#CCB699

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

Shades of Vanilla #CCB699

Tints of Vanilla #CCB699

Color information

#CCB699 (or 0xCCB699) is unknown color: approx Vanilla. HEX triplet: CC, B6 and 99. RGB value is (204,182,153). Sum of RGB (Red+Green+Blue) = 204+182+153=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB699 is #334966. Grayscale: #B9B9B9. Windows color (decimal): -3361127 or 10073804. OLE color: 10073804.

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

Color convert

RGB204182153-
CMYK00.110.250.2
HSL34.12º33.33%70%-
HSV(B)34.12º25%80%-
XYZ47.3848.5937.02-
YUV185.27109.79141.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 182 (71.48% from 255) = 33.77%
BLUE value IS 153 (60.16% from 255) = 28.39%
R=37.85%
G=33.77%
B=28.39%

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
Decimal20418215300.110.250.234.1233.3370
HexCCB6990B1914222146
Octal31426623101331244241106
Binary1100110010110110100110010101111001101001000101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB699; }

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

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

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

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

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

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

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

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