Html Css Color HEX #C8A9C0 Maverick

📋 copy color: '#C8A9C0'

red 200 ◦ green 169 ◦ blue 192

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

Shades of Maverick #C8A9C0

Tints of Maverick #C8A9C0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.12%

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

R = 35.65%
G = 30.12%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C8A9C0 (or 0xC8A9C0) is known color: Maverick. HEX triplet: C8, A9 and C0. RGB value is (200,169,192). Sum of RGB (Red+Green+Blue) = 200+169+192=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A9C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A9C0 is #37563F. Grayscale: #B4B4B4. Windows color (decimal): -3626560 or 12626376. OLE color: 12626376.

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

Color convert

RGB 200 169 192 -
CMYK 0 0.16 0.04 0.22
HSL 315.48º 0.22% 0.72% -
HSV(B) 315.48º 0.16% 0.78% -
XYZ 47.52 44.46 55.95 -
YUV 180.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 200 169 192 0 0.16 0.04 0.22 315.48 0.22 0.72
Hex C8 A9 C0 0 10 4 16 13B 16 48
Octal 310 251 300 0 20 4 26 473 26 110
Binary 11001000 10101001 11000000 0 10000 100 10110 100111011 10110 1001000

Color Harmonies of #C8A9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A9C0

Black with #C8A9C0

Text Example


Text Example

White with #C8A9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A9C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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