Html Css Color HEX #C5AABA Maverick

📋 copy color: '#C5AABA'

red 197 ◦ green 170 ◦ blue 186

#C5AABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #C5AABA

Tints of Maverick #C5AABA

RGB

 RED value IS 197 (77.34% from 255) = 35.62%

 GREEN value IS 170 (66.8% from 255) = 30.74%

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 35.62%
G = 30.74%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C5AABA (or 0xC5AABA) is known color: Maverick. HEX triplet: C5, AA and BA. RGB value is (197,170,186). Sum of RGB (Red+Green+Blue) = 197+170+186=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AABA is #3A5545. Grayscale: #B3B3B3. Windows color (decimal): -3822918 or 12233413. OLE color: 12233413.

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

Color convert

RGB 197 170 186 -
CMYK 0 0.14 0.06 0.23
HSL 324.44º 0.19% 0.72% -
HSV(B) 324.44º 0.14% 0.77% -
XYZ 46.26 44.16 52.54 -
YUV 179.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 197 170 186 0 0.14 0.06 0.23 324.44 0.19 0.72
Hex C5 AA BA 0 E 6 17 144 13 48
Octal 305 252 272 0 16 6 27 504 23 110
Binary 11000101 10101010 10111010 0 1110 110 10111 101000100 10011 1001000

Color Harmonies of #C5AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AABA

Black with #C5AABA

Text Example


Text Example

White with #C5AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AABA; }

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

 H1.HeaderClassName
 {
   color: #C5AABA;
 }
 .AnyTagClassName
 {
   color: #C5AABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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