Html Css Color HEX #C7AABF Maverick

📋 copy color: '#C7AABF'

red 199 ◦ green 170 ◦ blue 191

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

Shades of Maverick #C7AABF

Tints of Maverick #C7AABF

RGB

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

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

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

R = 35.54%
G = 30.36%
B = 34.11%

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

#C7AABF (or 0xC7AABF) is known color: Maverick. HEX triplet: C7, AA and BF. RGB value is (199,170,191). Sum of RGB (Red+Green+Blue) = 199+170+191=560 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.54% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AABF is #385540. Grayscale: #B5B5B5. Windows color (decimal): -3691841 or 12561095. OLE color: 12561095.

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

Color convert

RGB 199 170 191 -
CMYK 0 0.15 0.04 0.22
HSL 316.55º 0.21% 0.72% -
HSV(B) 316.55º 0.15% 0.78% -
XYZ 47.33 44.65 55.41 -
YUV 181.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 199 170 191 0 0.15 0.04 0.22 316.55 0.21 0.72
Hex C7 AA BF 0 F 4 16 13D 15 48
Octal 307 252 277 0 17 4 26 475 25 110
Binary 11000111 10101010 10111111 0 1111 100 10110 100111101 10101 1001000

Color Harmonies of #C7AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AABF

Black with #C7AABF

Text Example


Text Example

White with #C7AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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