#C9BFBD

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

Shades of Alto #C9BFBD

Tints of Alto #C9BFBD

Color information

#C9BFBD (or 0xC9BFBD) is unknown color: approx Alto. HEX triplet: C9, BF and BD. RGB value is (201,191,189). Sum of RGB (Red+Green+Blue) = 201+191+189=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFBD is #364042. Grayscale: #C1C1C1. Windows color (decimal): -3555395 or 12435401. OLE color: 12435401.

HSL color Cylindrical-coordinate representation of color #C9BFBD: hue angle of 10º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9BFBD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201191189-
CMYK00.050.060.21
HSL10º10%76.47%-
HSV(B)10º5.97%78.82%-
XYZ51.953.3555.71-
YUV193.76125.31133.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.60%
GREEN value IS 191 (75% from 255) = 32.87%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=34.60%
G=32.87%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119118900.050.060.21101076.47
HexC9BFBD05615aa4c
Octal311277275056251212114
Binary110010011011111110111101010111010101101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFBD; }

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

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

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

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

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

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

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

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