#CCB499

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

Shades of Vanilla #CCB499

Tints of Vanilla #CCB499

Color information

#CCB499 (or 0xCCB499) is unknown color: approx Vanilla. HEX triplet: CC, B4 and 99. RGB value is (204,180,153). Sum of RGB (Red+Green+Blue) = 204+180+153=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB499 is #334B66. Grayscale: #B8B8B8. Windows color (decimal): -3361639 or 10073292. OLE color: 10073292.

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

Color convert

RGB204180153-
CMYK00.120.250.2
HSL31.76º33.33%70%-
HSV(B)31.76º25%80%-
XYZ46.9747.7836.88-
YUV184.1110.45142.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 180 (70.70% from 255) = 33.52%
BLUE value IS 153 (60.16% from 255) = 28.49%
R=37.99%
G=33.52%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418015300.120.250.231.7633.3370
HexCCB4990C1914202146
Octal31426423101431244041106
Binary1100110010110100100110010110011001101001000001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB499; }

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

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

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

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

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

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

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

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