Html Css Color HEX #C7AABD Maverick

📋 copy color: '#C7AABD'

red 199 ◦ green 170 ◦ blue 189

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

Shades of Maverick #C7AABD

Tints of Maverick #C7AABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.87%

R = 35.66%
G = 30.47%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C7AABD (or 0xC7AABD) is known color: Maverick. HEX triplet: C7, AA and BD. RGB value is (199,170,189). Sum of RGB (Red+Green+Blue) = 199+170+189=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AABD is #385542. Grayscale: #B4B4B4. Windows color (decimal): -3691843 or 12430023. OLE color: 12430023.

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

Color convert

RGB 199 170 189 -
CMYK 0 0.15 0.05 0.22
HSL 320.69º 0.21% 0.72% -
HSV(B) 320.69º 0.15% 0.78% -
XYZ 47.11 44.57 54.26 -
YUV 180.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 199 170 189 0 0.15 0.05 0.22 320.69 0.21 0.72
Hex C7 AA BD 0 F 5 16 141 15 48
Octal 307 252 275 0 17 5 26 501 25 110
Binary 11000111 10101010 10111101 0 1111 101 10110 101000001 10101 1001000

Color Harmonies of #C7AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AABD

Black with #C7AABD

Text Example


Text Example

White with #C7AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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