#C5B0BD

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

Shades of Maverick #C5B0BD

Tints of Maverick #C5B0BD

Color information

#C5B0BD (or 0xC5B0BD) is unknown color: approx Maverick. HEX triplet: C5, B0 and BD. RGB value is (197,176,189). Sum of RGB (Red+Green+Blue) = 197+176+189=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B0BD is #3A4F42. Grayscale: #B7B7B7. Windows color (decimal): -3821379 or 12431557. OLE color: 12431557.

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

Color convert

RGB197176189-
CMYK00.110.040.23
HSL322.86º15.33%73.14%-
HSV(B)322.86º10.66%77.25%-
XYZ47.7446.654.62-
YUV183.76130.96137.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.05%
GREEN value IS 176 (69.14% from 255) = 31.32%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=35.05%
G=31.32%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717618900.110.040.23322.8615.3373.14
HexC5B0BD0B417143f49
Octal30526027501342750317111
Binary110001011011000010111101010111001011110100001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B0BD; }

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

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

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

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

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

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

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

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