Html Css Color HEX #C5AABF Maverick

📋 copy color: '#C5AABF'

red 197 ◦ green 170 ◦ blue 191

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

Shades of Maverick #C5AABF

Tints of Maverick #C5AABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.23%

R = 35.3%
G = 30.47%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C5AABF (or 0xC5AABF) is known color: Maverick. HEX triplet: C5, AA and BF. RGB value is (197,170,191). Sum of RGB (Red+Green+Blue) = 197+170+191=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AABF is #3A5540. Grayscale: #B4B4B4. Windows color (decimal): -3822913 or 12561093. OLE color: 12561093.

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

Color convert

RGB 197 170 191 -
CMYK 0 0.14 0.03 0.23
HSL 313.33º 0.19% 0.72% -
HSV(B) 313.33º 0.14% 0.77% -
XYZ 46.8 44.38 55.39 -
YUV 180.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 197 170 191 0 0.14 0.03 0.23 313.33 0.19 0.72
Hex C5 AA BF 0 E 3 17 139 13 48
Octal 305 252 277 0 16 3 27 471 23 110
Binary 11000101 10101010 10111111 0 1110 11 10111 100111001 10011 1001000

Color Harmonies of #C5AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AABF

Black with #C5AABF

Text Example


Text Example

White with #C5AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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