#CFB89F

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

Shades of Vanilla #CFB89F

Tints of Vanilla #CFB89F

Color information

#CFB89F (or 0xCFB89F) is unknown color: approx Vanilla. HEX triplet: CF, B8 and 9F. RGB value is (207,184,159). Sum of RGB (Red+Green+Blue) = 207+184+159=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB89F is #304760. Grayscale: #BCBCBC. Windows color (decimal): -3164001 or 10467535. OLE color: 10467535.

HSL color Cylindrical-coordinate representation of color #CFB89F: hue angle of 31.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFB89F is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB207184159-
CMYK00.110.230.19
HSL31.25º33.33%71.76%-
HSV(B)31.25º23.19%81.18%-
XYZ49.1350.0539.87-
YUV188.03111.62141.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 184 (72.27% from 255) = 33.45%
BLUE value IS 159 (62.5% from 255) = 28.91%
R=37.64%
G=33.45%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718415900.110.230.1931.2533.3371.76
HexCFB89F0B17131f2148
Octal31727023701327233741110
Binary110011111011100010011111010111011110011111111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB89F; }

 p { color: rgb(207,184,159); }

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

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

 a { background-color: rgb(207,184,159); }

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

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

 span { border-color: rgb(207,184,159); }

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