#CFB99E

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

Shades of Vanilla #CFB99E

Tints of Vanilla #CFB99E

Color information

#CFB99E (or 0xCFB99E) is unknown color: approx Vanilla. HEX triplet: CF, B9 and 9E. RGB value is (207,185,158). Sum of RGB (Red+Green+Blue) = 207+185+158=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB99E is #304661. Grayscale: #BCBCBC. Windows color (decimal): -3163746 or 10402255. OLE color: 10402255.

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

Color convert

RGB207185158-
CMYK00.110.240.19
HSL33.06º33.79%71.57%-
HSV(B)33.06º23.67%81.18%-
XYZ49.2550.4339.49-
YUV188.5110.79141.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 185 (72.66% from 255) = 33.64%
BLUE value IS 158 (62.11% from 255) = 28.73%
R=37.64%
G=33.64%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718515800.110.240.1933.0633.7971.57
HexCFB99E0B1813212248
Octal31727123601330234142110
Binary1100111110111001100111100101111000100111000011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB99E; }

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

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

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

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

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

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

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

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