#C7BFBE

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

Shades of Alto #C7BFBE

Tints of Alto #C7BFBE

Color information

#C7BFBE (or 0xC7BFBE) is unknown color: approx Alto. HEX triplet: C7, BF and BE. RGB value is (199,191,190). Sum of RGB (Red+Green+Blue) = 199+191+190=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFBE is #384041. Grayscale: #C1C1C1. Windows color (decimal): -3686466 or 12500935. OLE color: 12500935.

HSL color Cylindrical-coordinate representation of color #C7BFBE: hue angle of 6.67º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C7BFBE is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB199191190-
CMYK00.040.050.22
HSL6.67º7.44%76.27%-
HSV(B)6.67º4.52%78.04%-
XYZ51.4853.1256.26-
YUV193.28126.15132.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.31%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=34.31%
G=32.93%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919119000.040.050.226.677.4476.27
HexC7BFBE04516774c
Octal3072772760452677114
Binary1100011110111111101111100100101101101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFBE; }

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

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

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

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

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

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

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

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