Html Css Color HEX #C5AAC0 Maverick

📋 copy color: '#C5AAC0'

red 197 ◦ green 170 ◦ blue 192

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

Shades of Maverick #C5AAC0

Tints of Maverick #C5AAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.35%

R = 35.24%
G = 30.41%
B = 34.35%

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

#C5AAC0 (or 0xC5AAC0) is known color: Maverick. HEX triplet: C5, AA and C0. RGB value is (197,170,192). Sum of RGB (Red+Green+Blue) = 197+170+192=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAC0 is #3A553F. Grayscale: #B4B4B4. Windows color (decimal): -3822912 or 12626629. OLE color: 12626629.

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

Color convert

RGB 197 170 192 -
CMYK 0 0.14 0.03 0.23
HSL 311.11º 0.19% 0.72% -
HSV(B) 311.11º 0.14% 0.77% -
XYZ 46.92 44.43 55.97 -
YUV 180.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 197 170 192 0 0.14 0.03 0.23 311.11 0.19 0.72
Hex C5 AA C0 0 E 3 17 137 13 48
Octal 305 252 300 0 16 3 27 467 23 110
Binary 11000101 10101010 11000000 0 1110 11 10111 100110111 10011 1001000

Color Harmonies of #C5AAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AAC0

Black with #C5AAC0

Text Example


Text Example

White with #C5AAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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