Html Css Color HEX #C5AFC0 Maverick

📋 copy color: '#C5AFC0'

red 197 ◦ green 175 ◦ blue 192

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

Shades of Maverick #C5AFC0

Tints of Maverick #C5AFC0

RGB

 RED value IS 197 (77.34% from 255) = 34.93%

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

 BLUE value IS 192 (75.39% from 255) = 34.04%

R = 34.93%
G = 31.03%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C5AFC0 (or 0xC5AFC0) is known color: Maverick. HEX triplet: C5, AF and C0. RGB value is (197,175,192). Sum of RGB (Red+Green+Blue) = 197+175+192=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFC0 is #3A503F. Grayscale: #B7B7B7. Windows color (decimal): -3821632 or 12627909. OLE color: 12627909.

HSL color Cylindrical-coordinate representation of color #C5AFC0: hue angle of 313.64º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5AFC0 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 175 192 -
CMYK 0 0.11 0.03 0.23
HSL 313.64º 0.16% 0.73% -
HSV(B) 313.64º 0.11% 0.77% -
XYZ 47.87 46.34 56.29 -
YUV 183.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 197 175 192 0 0.11 0.03 0.23 313.64 0.16 0.73
Hex C5 AF C0 0 B 3 17 13A 10 49
Octal 305 257 300 0 13 3 27 472 20 111
Binary 11000101 10101111 11000000 0 1011 11 10111 100111010 10000 1001001

Color Harmonies of #C5AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFC0

Black with #C5AFC0

Text Example


Text Example

White with #C5AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFC0; }

 p { color: rgb(197,175,192); }

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

background-color css

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

 a { background-color: rgb(197,175,192); }

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

border-color css

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

 span { border-color: rgb(197,175,192); }

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