Html Css Color HEX #C5A9BE Maverick

📋 copy color: '#C5A9BE'

red 197 ◦ green 169 ◦ blue 190

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

Shades of Maverick #C5A9BE

Tints of Maverick #C5A9BE

RGB

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

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

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

R = 35.43%
G = 30.4%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C5A9BE (or 0xC5A9BE) is known color: Maverick. HEX triplet: C5, A9 and BE. RGB value is (197,169,190). Sum of RGB (Red+Green+Blue) = 197+169+190=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9BE is #3A5641. Grayscale: #B3B3B3. Windows color (decimal): -3823170 or 12495301. OLE color: 12495301.

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

Color convert

RGB 197 169 190 -
CMYK 0 0.14 0.04 0.23
HSL 315º 0.19% 0.72% -
HSV(B) 315º 0.14% 0.77% -
XYZ 46.51 43.96 54.75 -
YUV 179.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 197 169 190 0 0.14 0.04 0.23 315 0.19 0.72
Hex C5 A9 BE 0 E 4 17 13B 13 48
Octal 305 251 276 0 16 4 27 473 23 110
Binary 11000101 10101001 10111110 0 1110 100 10111 100111011 10011 1001000

Color Harmonies of #C5A9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A9BE

Black with #C5A9BE

Text Example


Text Example

White with #C5A9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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