#C5B1B9

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

Shades of Maverick #C5B1B9

Tints of Maverick #C5B1B9

Color information

#C5B1B9 (or 0xC5B1B9) is unknown color: approx Maverick. HEX triplet: C5, B1 and B9. RGB value is (197,177,185). Sum of RGB (Red+Green+Blue) = 197+177+185=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B1B9 is #3A4E46. Grayscale: #B7B7B7. Windows color (decimal): -3821127 or 12169669. OLE color: 12169669.

HSL color Cylindrical-coordinate representation of color #C5B1B9: hue angle of 336º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5B1B9 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197177185-
CMYK00.100.060.23
HSL336º14.71%73.33%-
HSV(B)336º10.15%77.25%-
XYZ47.5146.8252.43-
YUV183.89128.63137.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 177 (69.53% from 255) = 31.66%
BLUE value IS 185 (72.66% from 255) = 33.09%
R=35.24%
G=31.66%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717718500.100.060.2333614.7173.33
HexC5B1B90A617150f49
Octal30526127101262752017111
Binary110001011011000110111001010101101011110101000011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B1B9; }

 p { color: rgb(197,177,185); }

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

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

 a { background-color: rgb(197,177,185); }

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

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

 span { border-color: rgb(197,177,185); }

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