#C5B1C0

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

Shades of Maverick #C5B1C0

Tints of Maverick #C5B1C0

Color information

#C5B1C0 (or 0xC5B1C0) is unknown color: approx Maverick. HEX triplet: C5, B1 and C0. RGB value is (197,177,192). Sum of RGB (Red+Green+Blue) = 197+177+192=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B1C0 is #3A4E3F. Grayscale: #B8B8B8. Windows color (decimal): -3821120 or 12628421. OLE color: 12628421.

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

Color convert

RGB197177192-
CMYK00.100.030.23
HSL315º14.71%73.33%-
HSV(B)315º10.15%77.25%-
XYZ48.2647.1256.42-
YUV184.69132.13136.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.81%
GREEN value IS 177 (69.53% from 255) = 31.27%
BLUE value IS 192 (75.39% from 255) = 33.92%
R=34.81%
G=31.27%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717719200.100.030.2331514.7173.33
HexC5B1C00A31713bf49
Octal30526130001232747317111
Binary11000101101100011100000001010111011110011101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B1C0; }

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

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

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

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

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

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

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

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