Html Css Color HEX #C7ABC2 Maverick

📋 copy color: '#C7ABC2'

red 199 ◦ green 171 ◦ blue 194

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

Shades of Maverick #C7ABC2

Tints of Maverick #C7ABC2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.32%

 BLUE value IS 194 (76.17% from 255) = 34.4%

R = 35.28%
G = 30.32%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C7ABC2 (or 0xC7ABC2) is known color: Maverick. HEX triplet: C7, AB and C2. RGB value is (199,171,194). Sum of RGB (Red+Green+Blue) = 199+171+194=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABC2 is #38543D. Grayscale: #B5B5B5. Windows color (decimal): -3691582 or 12757959. OLE color: 12757959.

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

Color convert

RGB 199 171 194 -
CMYK 0 0.14 0.03 0.22
HSL 310.71º 0.2% 0.73% -
HSV(B) 310.71º 0.14% 0.78% -
XYZ 47.85 45.16 57.23 -
YUV 181.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 199 171 194 0 0.14 0.03 0.22 310.71 0.2 0.73
Hex C7 AB C2 0 E 3 16 137 14 49
Octal 307 253 302 0 16 3 26 467 24 111
Binary 11000111 10101011 11000010 0 1110 11 10110 100110111 10100 1001001

Color Harmonies of #C7ABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ABC2

Black with #C7ABC2

Text Example


Text Example

White with #C7ABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ABC2; }

 p { color: rgb(199,171,194); }

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

background-color css

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

 a { background-color: rgb(199,171,194); }

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

border-color css

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

 span { border-color: rgb(199,171,194); }

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