#CFB995

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

Shades of Vanilla #CFB995

Tints of Vanilla #CFB995

Color information

#CFB995 (or 0xCFB995) is unknown color: approx Vanilla. HEX triplet: CF, B9 and 95. RGB value is (207,185,149). Sum of RGB (Red+Green+Blue) = 207+185+149=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB995 is #30466A. Grayscale: #BBBBBB. Windows color (decimal): -3163755 or 9812431. OLE color: 9812431.

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

Color convert

RGB207185149-
CMYK00.110.280.19
HSL37.24º37.66%69.8%-
HSV(B)37.24º28.02%81.18%-
XYZ48.5150.1335.55-
YUV187.47106.29141.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=38.26%
G=34.20%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718514900.110.280.1937.2437.6669.8
HexCFB9950B1C13252646
Octal31727122501334234546106
Binary1100111110111001100101010101111100100111001011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB995; }

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

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

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

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

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

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

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

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