#C5B5BD

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

Shades of Maverick #C5B5BD

Tints of Maverick #C5B5BD

Color information

#C5B5BD (or 0xC5B5BD) is unknown color: approx Maverick. HEX triplet: C5, B5 and BD. RGB value is (197,181,189). Sum of RGB (Red+Green+Blue) = 197+181+189=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B5BD is #3A4A42. Grayscale: #BABABA. Windows color (decimal): -3820099 or 12432837. OLE color: 12432837.

HSL color Cylindrical-coordinate representation of color #C5B5BD: hue angle of 330º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5B5BD is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197181189-
CMYK00.080.040.23
HSL330º12.12%74.12%-
HSV(B)330º8.12%77.25%-
XYZ48.7448.5954.95-
YUV186.7129.3135.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.74%
GREEN value IS 181 (71.09% from 255) = 31.92%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=34.74%
G=31.92%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718118900.080.040.2333012.1274.12
HexC5B5BD0841714ac4a
Octal30526527501042751214112
Binary110001011011010110111101010001001011110100101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B5BD; }

 p { color: rgb(197,181,189); }

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

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

 a { background-color: rgb(197,181,189); }

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

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

 span { border-color: rgb(197,181,189); }

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