#CFBA9D

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

Shades of Vanilla #CFBA9D

Tints of Vanilla #CFBA9D

Color information

#CFBA9D (or 0xCFBA9D) is unknown color: approx Vanilla. HEX triplet: CF, BA and 9D. RGB value is (207,186,157). Sum of RGB (Red+Green+Blue) = 207+186+157=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBA9D is #304562. Grayscale: #BDBDBD. Windows color (decimal): -3163491 or 10336975. OLE color: 10336975.

HSL color Cylindrical-coordinate representation of color #CFBA9D: hue angle of 34.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFBA9D is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB207186157-
CMYK00.100.240.19
HSL34.8º34.25%71.37%-
HSV(B)34.8º24.15%81.18%-
XYZ49.3850.8239.1-
YUV188.97109.96140.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=37.64%
G=33.82%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718615700.100.240.1934.834.2571.37
HexCFBA9D0A1813232247
Octal31727223501230234342107
Binary1100111110111010100111010101011000100111000111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBA9D; }

 p { color: rgb(207,186,157); }

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

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

 a { background-color: rgb(207,186,157); }

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

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

 span { border-color: rgb(207,186,157); }

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