Html Css Color HEX #C8AAC0 Maverick

📋 copy color: '#C8AAC0'

red 200 ◦ green 170 ◦ blue 192

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

Shades of Maverick #C8AAC0

Tints of Maverick #C8AAC0

RGB

 RED value IS 200 (78.52% from 255) = 35.59%

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

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

R = 35.59%
G = 30.25%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C8AAC0 (or 0xC8AAC0) is known color: Maverick. HEX triplet: C8, AA and C0. RGB value is (200,170,192). Sum of RGB (Red+Green+Blue) = 200+170+192=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAC0 is #37553F. Grayscale: #B5B5B5. Windows color (decimal): -3626304 or 12626632. OLE color: 12626632.

HSL color Cylindrical-coordinate representation of color #C8AAC0: hue angle of 316º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AAC0 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 170 192 -
CMYK 0 0.15 0.04 0.22
HSL 316º 0.21% 0.73% -
HSV(B) 316º 0.15% 0.78% -
XYZ 47.71 44.83 56.01 -
YUV 181.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 200 170 192 0 0.15 0.04 0.22 316 0.21 0.73
Hex C8 AA C0 0 F 4 16 13C 15 49
Octal 310 252 300 0 17 4 26 474 25 111
Binary 11001000 10101010 11000000 0 1111 100 10110 100111100 10101 1001001

Color Harmonies of #C8AAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AAC0

Black with #C8AAC0

Text Example


Text Example

White with #C8AAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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