Html Css Color HEX #C7AEB9 Maverick

📋 copy color: '#C7AEB9'

red 199 ◦ green 174 ◦ blue 185

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

Shades of Maverick #C7AEB9

Tints of Maverick #C7AEB9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.18%

 BLUE value IS 185 (72.66% from 255) = 33.15%

R = 35.66%
G = 31.18%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C7AEB9 (or 0xC7AEB9) is known color: Maverick. HEX triplet: C7, AE and B9. RGB value is (199,174,185). Sum of RGB (Red+Green+Blue) = 199+174+185=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEB9 is #385146. Grayscale: #B6B6B6. Windows color (decimal): -3690823 or 12168903. OLE color: 12168903.

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

Color convert

RGB 199 174 185 -
CMYK 0 0.13 0.07 0.22
HSL 333.6º 0.18% 0.73% -
HSV(B) 333.6º 0.13% 0.78% -
XYZ 47.45 45.92 52.26 -
YUV 182.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 199 174 185 0 0.13 0.07 0.22 333.6 0.18 0.73
Hex C7 AE B9 0 D 7 16 14E 12 49
Octal 307 256 271 0 15 7 26 516 22 111
Binary 11000111 10101110 10111001 0 1101 111 10110 101001110 10010 1001001

Color Harmonies of #C7AEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AEB9

Black with #C7AEB9

Text Example


Text Example

White with #C7AEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AEB9; }

 p { color: rgb(199,174,185); }

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

background-color css

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

 a { background-color: rgb(199,174,185); }

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

border-color css

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

 span { border-color: rgb(199,174,185); }

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