Html Css Color HEX #C7A9C0 Maverick

📋 copy color: '#C7A9C0'

red 199 ◦ green 169 ◦ blue 192

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

Shades of Maverick #C7A9C0

Tints of Maverick #C7A9C0

RGB

 RED value IS 199 (78.13% from 255) = 35.54%

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

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

R = 35.54%
G = 30.18%
B = 34.29%

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

#C7A9C0 (or 0xC7A9C0) is known color: Maverick. HEX triplet: C7, A9 and C0. RGB value is (199,169,192). Sum of RGB (Red+Green+Blue) = 199+169+192=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A9C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A9C0 is #38563F. Grayscale: #B4B4B4. Windows color (decimal): -3692096 or 12626375. OLE color: 12626375.

HSL color Cylindrical-coordinate representation of color #C7A9C0: hue angle of 314º degrees, saturation: 0.21, 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 #C7A9C0 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 169 192 -
CMYK 0 0.15 0.04 0.22
HSL 314º 0.21% 0.72% -
HSV(B) 314º 0.15% 0.78% -
XYZ 47.26 44.32 55.93 -
YUV 180.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 199 169 192 0 0.15 0.04 0.22 314 0.21 0.72
Hex C7 A9 C0 0 F 4 16 13A 15 48
Octal 307 251 300 0 17 4 26 472 25 110
Binary 11000111 10101001 11000000 0 1111 100 10110 100111010 10101 1001000

Color Harmonies of #C7A9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A9C0

Black with #C7A9C0

Text Example


Text Example

White with #C7A9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A9C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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