#CFB595

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

Shades of Vanilla #CFB595

Tints of Vanilla #CFB595

Color information

#CFB595 (or 0xCFB595) is unknown color: approx Vanilla. HEX triplet: CF, B5 and 95. RGB value is (207,181,149). Sum of RGB (Red+Green+Blue) = 207+181+149=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB595 is #304A6A. Grayscale: #B9B9B9. Windows color (decimal): -3164779 or 9811407. OLE color: 9811407.

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

Color convert

RGB207181149-
CMYK00.130.280.19
HSL33.1º37.66%69.8%-
HSV(B)33.1º28.02%81.18%-
XYZ47.6848.4835.28-
YUV185.13107.61143.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=38.55%
G=33.71%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718114900.130.280.1933.137.6669.8
HexCFB5950D1C13212646
Octal31726522501534234146106
Binary1100111110110101100101010110111100100111000011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB595; }

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

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

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

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

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

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

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

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