#CFBC9A

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

Shades of Vanilla #CFBC9A

Tints of Vanilla #CFBC9A

Color information

#CFBC9A (or 0xCFBC9A) is unknown color: approx Vanilla. HEX triplet: CF, BC and 9A. RGB value is (207,188,154). Sum of RGB (Red+Green+Blue) = 207+188+154=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC9A is #304365. Grayscale: #BDBDBD. Windows color (decimal): -3162982 or 10140879. OLE color: 10140879.

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

Color convert

RGB207188154-
CMYK00.090.260.19
HSL38.49º35.57%70.78%-
HSV(B)38.49º25.6%81.18%-
XYZ49.5551.5637.91-
YUV189.8107.79140.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 154 (60.55% from 255) = 28.05%
R=37.70%
G=34.24%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718815400.090.260.1938.4935.5770.78
HexCFBC9A091A13262447
Octal31727423201132234644107
Binary1100111110111100100110100100111010100111001101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBC9A; }

 p { color: rgb(207,188,154); }

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

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

 a { background-color: rgb(207,188,154); }

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

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

 span { border-color: rgb(207,188,154); }

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