#CFBFBF

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

Shades of Alto #CFBFBF

Tints of Alto #CFBFBF

Color information

#CFBFBF (or 0xCFBFBF) is unknown color: approx Alto. HEX triplet: CF, BF and BF. RGB value is (207,191,191). Sum of RGB (Red+Green+Blue) = 207+191+191=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFBF is #304040. Grayscale: #C3C3C3. Windows color (decimal): -3162177 or 12566479. OLE color: 12566479.

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

Color convert

RGB207191191-
CMYK00.080.080.19
HSL14.29%78.04%-
HSV(B)7.73%81.18%-
XYZ53.7754.2956.94-
YUV195.78125.3136-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 191 (75% from 255) = 32.43%
R=35.14%
G=32.43%
B=32.43%

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
Decimal20719119100.080.080.19014.2978.04
HexCFBFBF088130e4e
Octal3172772770101023016116
Binary11001111101111111011111101000100010011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBFBF; }

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

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

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

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

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

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

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

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