Html Css Color HEX #C7AEBD Maverick

📋 copy color: '#C7AEBD'

red 199 ◦ green 174 ◦ blue 189

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

Shades of Maverick #C7AEBD

Tints of Maverick #C7AEBD

RGB

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

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

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

R = 35.41%
G = 30.96%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C7AEBD (or 0xC7AEBD) is known color: Maverick. HEX triplet: C7, AE and BD. RGB value is (199,174,189). Sum of RGB (Red+Green+Blue) = 199+174+189=562 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.41% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEBD is #385142. Grayscale: #B7B7B7. Windows color (decimal): -3690819 or 12431047. OLE color: 12431047.

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

Color convert

RGB 199 174 189 -
CMYK 0 0.13 0.05 0.22
HSL 324º 0.18% 0.73% -
HSV(B) 324º 0.13% 0.78% -
XYZ 47.87 46.09 54.52 -
YUV 183.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 199 174 189 0 0.13 0.05 0.22 324 0.18 0.73
Hex C7 AE BD 0 D 5 16 144 12 49
Octal 307 256 275 0 15 5 26 504 22 111
Binary 11000111 10101110 10111101 0 1101 101 10110 101000100 10010 1001001

Color Harmonies of #C7AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AEBD

Black with #C7AEBD

Text Example


Text Example

White with #C7AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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