Html Css Color HEX #C5AFB8 Maverick

📋 copy color: '#C5AFB8'

red 197 ◦ green 175 ◦ blue 184

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

Shades of Maverick #C5AFB8

Tints of Maverick #C5AFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.09%

R = 35.43%
G = 31.47%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C5AFB8 (or 0xC5AFB8) is known color: Maverick. HEX triplet: C5, AF and B8. RGB value is (197,175,184). Sum of RGB (Red+Green+Blue) = 197+175+184=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFB8 is #3A5047. Grayscale: #B6B6B6. Windows color (decimal): -3821640 or 12103621. OLE color: 12103621.

HSL color Cylindrical-coordinate representation of color #C5AFB8: hue angle of 335.45º 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 #C5AFB8 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 175 184 -
CMYK 0 0.11 0.07 0.23
HSL 335.45º 0.16% 0.73% -
HSV(B) 335.45º 0.11% 0.77% -
XYZ 47.01 45.99 51.75 -
YUV 182.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 197 175 184 0 0.11 0.07 0.23 335.45 0.16 0.73
Hex C5 AF B8 0 B 7 17 14F 10 49
Octal 305 257 270 0 13 7 27 517 20 111
Binary 11000101 10101111 10111000 0 1011 111 10111 101001111 10000 1001001

Color Harmonies of #C5AFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFB8

Black with #C5AFB8

Text Example


Text Example

White with #C5AFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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