#CFC0BD

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

Shades of Alto #CFC0BD

Tints of Alto #CFC0BD

Color information

#CFC0BD (or 0xCFC0BD) is unknown color: approx Alto. HEX triplet: CF, C0 and BD. RGB value is (207,192,189). Sum of RGB (Red+Green+Blue) = 207+192+189=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0BD is #303F42. Grayscale: #C4C4C4. Windows color (decimal): -3161923 or 12435663. OLE color: 12435663.

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

Color convert

RGB207192189-
CMYK00.070.090.19
HSL10º15.79%77.65%-
HSV(B)10º8.7%81.18%-
XYZ53.7754.6455.86-
YUV196.14123.97135.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.20%
GREEN value IS 192 (75.39% from 255) = 32.65%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=35.20%
G=32.65%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719218900.070.090.191015.7977.65
HexCFC0BD07913a104e
Octal3173002750711231220116
Binary11001111110000001011110101111001100111010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC0BD; }

 p { color: rgb(207,192,189); }

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

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

 a { background-color: rgb(207,192,189); }

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

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

 span { border-color: rgb(207,192,189); }

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