#C5BABF

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

Shades of Maverick #C5BABF

Tints of Maverick #C5BABF

Color information

#C5BABF (or 0xC5BABF) is unknown color: approx Maverick. HEX triplet: C5, BA and BF. RGB value is (197,186,191). Sum of RGB (Red+Green+Blue) = 197+186+191=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BABF is #3A4540. Grayscale: #BDBDBD. Windows color (decimal): -3818817 or 12565189. OLE color: 12565189.

HSL color Cylindrical-coordinate representation of color #C5BABF: hue angle of 332.73º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5BABF is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB197186191-
CMYK00.060.030.23
HSL332.73º8.66%75.1%-
HSV(B)332.73º5.58%77.25%-
XYZ49.9950.7556.45-
YUV189.86128.64133.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.32%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 191 (75% from 255) = 33.28%
R=34.32%
G=32.40%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718619100.060.030.23332.738.6675.1
HexC5BABF0631714d94b
Octal3052722770632751511113
Binary1100010110111010101111110110111011110100110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BABF; }

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

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

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

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

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

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

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

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