#CFB696

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

Shades of Vanilla #CFB696

Tints of Vanilla #CFB696

Color information

#CFB696 (or 0xCFB696) is unknown color: approx Vanilla. HEX triplet: CF, B6 and 96. RGB value is (207,182,150). Sum of RGB (Red+Green+Blue) = 207+182+150=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB696 is #304969. Grayscale: #B9B9B9. Windows color (decimal): -3164522 or 9877199. OLE color: 9877199.

HSL color Cylindrical-coordinate representation of color #CFB696: hue angle of 33.68º degrees, saturation: 0.37, 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 #CFB696 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB207182150-
CMYK00.120.280.19
HSL33.68º37.25%70%-
HSV(B)33.68º27.54%81.18%-
XYZ47.9748.9235.77-
YUV185.83107.78143.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 182 (71.48% from 255) = 33.77%
BLUE value IS 150 (58.98% from 255) = 27.83%
R=38.40%
G=33.77%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718215000.120.280.1933.6837.2570
HexCFB6960C1C13222546
Octal31726622601434234245106
Binary1100111110110110100101100110011100100111000101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB696; }

 p { color: rgb(207,182,150); }

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

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

 a { background-color: rgb(207,182,150); }

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

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

 span { border-color: rgb(207,182,150); }

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