#CFB594

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

Shades of Vanilla #CFB594

Tints of Vanilla #CFB594

Color information

#CFB594 (or 0xCFB594) is unknown color: approx Vanilla. HEX triplet: CF, B5 and 94. RGB value is (207,181,148). Sum of RGB (Red+Green+Blue) = 207+181+148=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB594 is #304A6B. Grayscale: #B9B9B9. Windows color (decimal): -3164780 or 9745871. OLE color: 9745871.

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

Color convert

RGB207181148-
CMYK00.130.290.19
HSL33.56º38.06%69.61%-
HSV(B)33.56º28.5%81.18%-
XYZ47.648.4534.86-
YUV185.01107.11143.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 181 (71.09% from 255) = 33.77%
BLUE value IS 148 (58.20% from 255) = 27.61%
R=38.62%
G=33.77%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718114800.130.290.1933.5638.0669.61
HexCFB5940D1D13222646
Octal31726522401535234246106
Binary1100111110110101100101000110111101100111000101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB594; }

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

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

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

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

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

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

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

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