Html Css Color HEX #C5A9BF Maverick

📋 copy color: '#C5A9BF'

red 197 ◦ green 169 ◦ blue 191

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

Shades of Maverick #C5A9BF

Tints of Maverick #C5A9BF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.34%

 BLUE value IS 191 (75% from 255) = 34.29%

R = 35.37%
G = 30.34%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C5A9BF (or 0xC5A9BF) is known color: Maverick. HEX triplet: C5, A9 and BF. RGB value is (197,169,191). Sum of RGB (Red+Green+Blue) = 197+169+191=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9BF is #3A5640. Grayscale: #B3B3B3. Windows color (decimal): -3823169 or 12560837. OLE color: 12560837.

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

Color convert

RGB 197 169 191 -
CMYK 0 0.14 0.03 0.23
HSL 312.86º 0.19% 0.72% -
HSV(B) 312.86º 0.14% 0.77% -
XYZ 46.62 44.01 55.33 -
YUV 179.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 197 169 191 0 0.14 0.03 0.23 312.86 0.19 0.72
Hex C5 A9 BF 0 E 3 17 139 13 48
Octal 305 251 277 0 16 3 27 471 23 110
Binary 11000101 10101001 10111111 0 1110 11 10111 100111001 10011 1001000

Color Harmonies of #C5A9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A9BF

Black with #C5A9BF

Text Example


Text Example

White with #C5A9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A9BF; }

 p { color: rgb(197,169,191); }

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

background-color css

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

 a { background-color: rgb(197,169,191); }

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

border-color css

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

 span { border-color: rgb(197,169,191); }

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