#C5BABE

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

Shades of Maverick #C5BABE

Tints of Maverick #C5BABE

Color information

#C5BABE (or 0xC5BABE) is unknown color: approx Maverick. HEX triplet: C5, BA and BE. RGB value is (197,186,190). Sum of RGB (Red+Green+Blue) = 197+186+190=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BABE is #3A4541. Grayscale: #BDBDBD. Windows color (decimal): -3818818 or 12499653. OLE color: 12499653.

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

Color convert

RGB197186190-
CMYK00.060.040.23
HSL338.18º8.66%75.1%-
HSV(B)338.18º5.58%77.25%-
XYZ49.8850.7155.87-
YUV189.74128.14133.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.38%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=34.38%
G=32.46%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718619000.060.040.23338.188.6675.1
HexC5BABE0641715294b
Octal3052722760642752211113
Binary11000101101110101011111001101001011110101001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BABE; }

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

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

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

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

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

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

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

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