Html Css Color HEX #C5AABE Maverick

📋 copy color: '#C5AABE'

red 197 ◦ green 170 ◦ blue 190

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

Shades of Maverick #C5AABE

Tints of Maverick #C5AABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.11%

R = 35.37%
G = 30.52%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C5AABE (or 0xC5AABE) is known color: Maverick. HEX triplet: C5, AA and BE. RGB value is (197,170,190). Sum of RGB (Red+Green+Blue) = 197+170+190=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AABE is #3A5541. Grayscale: #B4B4B4. Windows color (decimal): -3822914 or 12495557. OLE color: 12495557.

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

Color convert

RGB 197 170 190 -
CMYK 0 0.14 0.04 0.23
HSL 315.56º 0.19% 0.72% -
HSV(B) 315.56º 0.14% 0.77% -
XYZ 46.69 44.34 54.81 -
YUV 180.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 197 170 190 0 0.14 0.04 0.23 315.56 0.19 0.72
Hex C5 AA BE 0 E 4 17 13C 13 48
Octal 305 252 276 0 16 4 27 474 23 110
Binary 11000101 10101010 10111110 0 1110 100 10111 100111100 10011 1001000

Color Harmonies of #C5AABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AABE

Black with #C5AABE

Text Example


Text Example

White with #C5AABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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