#CFB794

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

Shades of Vanilla #CFB794

Tints of Vanilla #CFB794

Color information

#CFB794 (or 0xCFB794) is unknown color: approx Vanilla. HEX triplet: CF, B7 and 94. RGB value is (207,183,148). Sum of RGB (Red+Green+Blue) = 207+183+148=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB794 is #30486B. Grayscale: #BABABA. Windows color (decimal): -3164268 or 9746383. OLE color: 9746383.

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

Color convert

RGB207183148-
CMYK00.120.290.19
HSL35.59º38.06%69.61%-
HSV(B)35.59º28.5%81.18%-
XYZ48.0149.2735-
YUV186.19106.45142.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 183 (71.88% from 255) = 34.01%
BLUE value IS 148 (58.20% from 255) = 27.51%
R=38.48%
G=34.01%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718314800.120.290.1935.5938.0669.61
HexCFB7940C1D13242646
Octal31726722401435234446106
Binary1100111110110111100101000110011101100111001001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB794; }

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

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

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

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

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

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

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

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