#CFB494

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

Shades of Vanilla #CFB494

Tints of Vanilla #CFB494

Color information

#CFB494 (or 0xCFB494) is unknown color: approx Vanilla. HEX triplet: CF, B4 and 94. RGB value is (207,180,148). Sum of RGB (Red+Green+Blue) = 207+180+148=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB494 is #304B6B. Grayscale: #B8B8B8. Windows color (decimal): -3165036 or 9745615. OLE color: 9745615.

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

Color convert

RGB207180148-
CMYK00.130.290.19
HSL32.54º38.06%69.61%-
HSV(B)32.54º28.5%81.18%-
XYZ47.448.0534.79-
YUV184.42107.45144.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 180 (70.70% from 255) = 33.64%
BLUE value IS 148 (58.20% from 255) = 27.66%
R=38.69%
G=33.64%
B=27.66%

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
Decimal20718014800.130.290.1932.5438.0669.61
HexCFB4940D1D13212646
Octal31726422401535234146106
Binary1100111110110100100101000110111101100111000011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB494; }

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

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

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

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

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

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

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

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