Html Css Color HEX #C7AFBE Maverick

📋 copy color: '#C7AFBE'

red 199 ◦ green 175 ◦ blue 190

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

Shades of Maverick #C7AFBE

Tints of Maverick #C7AFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.69%

R = 35.28%
G = 31.03%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C7AFBE (or 0xC7AFBE) is known color: Maverick. HEX triplet: C7, AF and BE. RGB value is (199,175,190). Sum of RGB (Red+Green+Blue) = 199+175+190=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFBE is #385041. Grayscale: #B7B7B7. Windows color (decimal): -3690562 or 12496839. OLE color: 12496839.

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

Color convert

RGB 199 175 190 -
CMYK 0 0.12 0.05 0.22
HSL 322.5º 0.18% 0.73% -
HSV(B) 322.5º 0.12% 0.78% -
XYZ 48.18 46.52 55.16 -
YUV 183.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 199 175 190 0 0.12 0.05 0.22 322.5 0.18 0.73
Hex C7 AF BE 0 C 5 16 142 12 49
Octal 307 257 276 0 14 5 26 502 22 111
Binary 11000111 10101111 10111110 0 1100 101 10110 101000010 10010 1001001

Color Harmonies of #C7AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFBE

Black with #C7AFBE

Text Example


Text Example

White with #C7AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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