#C5B2BF

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

Shades of Maverick #C5B2BF

Tints of Maverick #C5B2BF

Color information

#C5B2BF (or 0xC5B2BF) is unknown color: approx Maverick. HEX triplet: C5, B2 and BF. RGB value is (197,178,191). Sum of RGB (Red+Green+Blue) = 197+178+191=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B2BF is #3A4D40. Grayscale: #B9B9B9. Windows color (decimal): -3820865 or 12563141. OLE color: 12563141.

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

Color convert

RGB197178191-
CMYK00.100.030.23
HSL318.95º14.07%73.53%-
HSV(B)318.95º9.64%77.25%-
XYZ48.3547.4755.91-
YUV185.16131.29136.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.81%
GREEN value IS 178 (69.92% from 255) = 31.45%
BLUE value IS 191 (75% from 255) = 33.75%
R=34.81%
G=31.45%
B=33.75%

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
Decimal19717819100.100.030.23318.9514.0773.53
HexC5B2BF0A31713fe4a
Octal30526227701232747716112
Binary11000101101100101011111101010111011110011111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B2BF; }

 p { color: rgb(197,178,191); }

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

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

 a { background-color: rgb(197,178,191); }

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

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

 span { border-color: rgb(197,178,191); }

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