#CFBFBE

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

Shades of Alto #CFBFBE

Tints of Alto #CFBFBE

Color information

#CFBFBE (or 0xCFBFBE) is unknown color: approx Alto. HEX triplet: CF, BF and BE. RGB value is (207,191,190). Sum of RGB (Red+Green+Blue) = 207+191+190=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFBE is #304041. Grayscale: #C3C3C3. Windows color (decimal): -3162178 or 12500943. OLE color: 12500943.

HSL color Cylindrical-coordinate representation of color #CFBFBE: hue angle of 3.53º degrees, saturation: 0.15, 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 #CFBFBE is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207191190-
CMYK00.080.080.19
HSL3.53º15.04%77.84%-
HSV(B)3.53º8.21%81.18%-
XYZ53.6654.2456.36-
YUV195.67124.8136.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.20%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=35.20%
G=32.48%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719119000.080.080.193.5315.0477.84
HexCFBFBE088134f4e
Octal3172772760101023417116
Binary1100111110111111101111100100010001001110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFBE; }

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

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

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

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

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

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

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

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