#C8BFBD

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

Shades of Alto #C8BFBD

Tints of Alto #C8BFBD

Color information

#C8BFBD (or 0xC8BFBD) is unknown color: approx Alto. HEX triplet: C8, BF and BD. RGB value is (200,191,189). Sum of RGB (Red+Green+Blue) = 200+191+189=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFBD is #374042. Grayscale: #C1C1C1. Windows color (decimal): -3620931 or 12435400. OLE color: 12435400.

HSL color Cylindrical-coordinate representation of color #C8BFBD: hue angle of 10.91º degrees, saturation: 0.09, 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 #C8BFBD is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200191189-
CMYK00.040.060.22
HSL10.91º9.09%76.27%-
HSV(B)10.91º5.5%78.43%-
XYZ51.6453.2255.69-
YUV193.46125.48132.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.48%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=34.48%
G=32.93%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019118900.040.060.2210.919.0976.27
HexC8BFBD04616b94c
Octal310277275046261311114
Binary110010001011111110111101010011010110101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFBD; }

 p { color: rgb(200,191,189); }

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

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

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

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

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

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

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