Html Css Color HEX #C5A6BD Maverick

📋 copy color: '#C5A6BD'

red 197 ◦ green 166 ◦ blue 189

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

Shades of Maverick #C5A6BD

Tints of Maverick #C5A6BD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.07%

 BLUE value IS 189 (74.22% from 255) = 34.24%

R = 35.69%
G = 30.07%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C5A6BD (or 0xC5A6BD) is known color: Maverick. HEX triplet: C5, A6 and BD. RGB value is (197,166,189). Sum of RGB (Red+Green+Blue) = 197+166+189=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A6BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A6BD is #3A5942. Grayscale: #B1B1B1. Windows color (decimal): -3823939 or 12428997. OLE color: 12428997.

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

Color convert

RGB 197 166 189 -
CMYK 0 0.16 0.04 0.23
HSL 315.48º 0.21% 0.71% -
HSV(B) 315.48º 0.16% 0.77% -
XYZ 45.85 42.82 53.99 -
YUV 177.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 197 166 189 0 0.16 0.04 0.23 315.48 0.21 0.71
Hex C5 A6 BD 0 10 4 17 13B 15 47
Octal 305 246 275 0 20 4 27 473 25 107
Binary 11000101 10100110 10111101 0 10000 100 10111 100111011 10101 1000111

Color Harmonies of #C5A6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A6BD

Black with #C5A6BD

Text Example


Text Example

White with #C5A6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A6BD; }

 p { color: rgb(197,166,189); }

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

background-color css

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

 a { background-color: rgb(197,166,189); }

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

border-color css

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

 span { border-color: rgb(197,166,189); }

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