#CFB99F

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

Shades of Vanilla #CFB99F

Tints of Vanilla #CFB99F

Color information

#CFB99F (or 0xCFB99F) is unknown color: approx Vanilla. HEX triplet: CF, B9 and 9F. RGB value is (207,185,159). Sum of RGB (Red+Green+Blue) = 207+185+159=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB99F is #304660. Grayscale: #BCBCBC. Windows color (decimal): -3163745 or 10467791. OLE color: 10467791.

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

Color convert

RGB207185159-
CMYK00.110.230.19
HSL32.5º33.33%71.76%-
HSV(B)32.5º23.19%81.18%-
XYZ49.3450.4739.94-
YUV188.61111.29141.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 159 (62.5% from 255) = 28.86%
R=37.57%
G=33.58%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718515900.110.230.1932.533.3371.76
HexCFB99F0B1713212148
Octal31727123701327234141110
Binary1100111110111001100111110101110111100111000011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB99F; }

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

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

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

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

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

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

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

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