Html Css Color HEX #C7AEBF Maverick

📋 copy color: '#C7AEBF'

red 199 ◦ green 174 ◦ blue 191

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

Shades of Maverick #C7AEBF

Tints of Maverick #C7AEBF

RGB

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

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

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

R = 35.28%
G = 30.85%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C7AEBF (or 0xC7AEBF) is known color: Maverick. HEX triplet: C7, AE and BF. RGB value is (199,174,191). Sum of RGB (Red+Green+Blue) = 199+174+191=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEBF is #385140. Grayscale: #B7B7B7. Windows color (decimal): -3690817 or 12562119. OLE color: 12562119.

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

Color convert

RGB 199 174 191 -
CMYK 0 0.13 0.04 0.22
HSL 319.2º 0.18% 0.73% -
HSV(B) 319.2º 0.13% 0.78% -
XYZ 48.09 46.18 55.67 -
YUV 183.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 199 174 191 0 0.13 0.04 0.22 319.2 0.18 0.73
Hex C7 AE BF 0 D 4 16 13F 12 49
Octal 307 256 277 0 15 4 26 477 22 111
Binary 11000111 10101110 10111111 0 1101 100 10110 100111111 10010 1001001

Color Harmonies of #C7AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AEBF

Black with #C7AEBF

Text Example


Text Example

White with #C7AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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