Html Css Color HEX #C7AFB9 Maverick

📋 copy color: '#C7AFB9'

red 199 ◦ green 175 ◦ blue 185

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

Shades of Maverick #C7AFB9

Tints of Maverick #C7AFB9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.31%

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

R = 35.6%
G = 31.31%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C7AFB9 (or 0xC7AFB9) is known color: Maverick. HEX triplet: C7, AF and B9. RGB value is (199,175,185). Sum of RGB (Red+Green+Blue) = 199+175+185=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFB9 is #385046. Grayscale: #B7B7B7. Windows color (decimal): -3690567 or 12169159. OLE color: 12169159.

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

Color convert

RGB 199 175 185 -
CMYK 0 0.12 0.07 0.22
HSL 335º 0.18% 0.73% -
HSV(B) 335º 0.12% 0.78% -
XYZ 47.64 46.3 52.33 -
YUV 183.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 199 175 185 0 0.12 0.07 0.22 335 0.18 0.73
Hex C7 AF B9 0 C 7 16 14F 12 49
Octal 307 257 271 0 14 7 26 517 22 111
Binary 11000111 10101111 10111001 0 1100 111 10110 101001111 10010 1001001

Color Harmonies of #C7AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFB9

Black with #C7AFB9

Text Example


Text Example

White with #C7AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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