#CFB999

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

Shades of Vanilla #CFB999

Tints of Vanilla #CFB999

Color information

#CFB999 (or 0xCFB999) is unknown color: approx Vanilla. HEX triplet: CF, B9 and 99. RGB value is (207,185,153). Sum of RGB (Red+Green+Blue) = 207+185+153=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB999 is #304666. Grayscale: #BCBCBC. Windows color (decimal): -3163751 or 10074575. OLE color: 10074575.

HSL color Cylindrical-coordinate representation of color #CFB999: hue angle of 35.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFB999 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB207185153-
CMYK00.110.260.19
HSL35.56º36%70.59%-
HSV(B)35.56º26.09%81.18%-
XYZ48.8350.2637.27-
YUV187.93108.29141.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 153 (60.16% from 255) = 28.07%
R=37.98%
G=33.94%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718515300.110.260.1935.563670.59
HexCFB9990B1A13242447
Octal31727123101332234444107
Binary1100111110111001100110010101111010100111001001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB999; }

 p { color: rgb(207,185,153); }

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

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

 a { background-color: rgb(207,185,153); }

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

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

 span { border-color: rgb(207,185,153); }

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