#CFCABF

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

Shades of Westar #CFCABF

Tints of Westar #CFCABF

Color information

#CFCABF (or 0xCFCABF) is unknown color: approx Westar. HEX triplet: CF, CA and BF. RGB value is (207,202,191). Sum of RGB (Red+Green+Blue) = 207+202+191=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCABF is #303540. Grayscale: #CACACA. Windows color (decimal): -3159361 or 12569295. OLE color: 12569295.

HSL color Cylindrical-coordinate representation of color #CFCABF: hue angle of 41.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFCABF is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207202191-
CMYK00.020.080.19
HSL41.25º14.29%78.04%-
HSV(B)41.25º7.73%81.18%-
XYZ56.2659.2757.77-
YUV202.24121.66131.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 191 (75% from 255) = 31.83%
R=34.5%
G=33.67%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720219100.020.080.1941.2514.2978.04
HexCFCABF0281329e4e
Octal3173122770210235116116
Binary11001111110010101011111101010001001110100111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCABF; }

 p { color: rgb(207,202,191); }

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

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

 a { background-color: rgb(207,202,191); }

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

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

 span { border-color: rgb(207,202,191); }

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