#CFCAC9

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

Shades of Alto #CFCAC9

Tints of Alto #CFCAC9

Color information

#CFCAC9 (or 0xCFCAC9) is unknown color: approx Alto. HEX triplet: CF, CA and C9. RGB value is (207,202,201). Sum of RGB (Red+Green+Blue) = 207+202+201=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAC9 is #303536. Grayscale: #CBCBCB. Windows color (decimal): -3159351 or 13224655. OLE color: 13224655.

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

Color convert

RGB207202201-
CMYK00.020.030.19
HSL10º5.88%80%-
HSV(B)10º2.9%81.18%-
XYZ57.459.7263.76-
YUV203.38126.66130.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 202 (79.30% from 255) = 33.11%
BLUE value IS 201 (78.91% from 255) = 32.95%
R=33.93%
G=33.11%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720220100.020.030.19105.8880
HexCFCAC902313a650
Octal31731231102323126120
Binary110011111100101011001001010111001110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCAC9; }

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

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

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

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

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

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

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

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