Html Css Color HEX #C5ABBA Maverick

📋 copy color: '#C5ABBA'

red 197 ◦ green 171 ◦ blue 186

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

Shades of Maverick #C5ABBA

Tints of Maverick #C5ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.87%

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 35.56%
G = 30.87%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C5ABBA (or 0xC5ABBA) is known color: Maverick. HEX triplet: C5, AB and BA. RGB value is (197,171,186). Sum of RGB (Red+Green+Blue) = 197+171+186=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABBA is #3A5445. Grayscale: #B4B4B4. Windows color (decimal): -3822662 or 12233669. OLE color: 12233669.

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

Color convert

RGB 197 171 186 -
CMYK 0 0.13 0.06 0.23
HSL 325.38º 0.18% 0.72% -
HSV(B) 325.38º 0.13% 0.77% -
XYZ 46.45 44.54 52.6 -
YUV 180.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 197 171 186 0 0.13 0.06 0.23 325.38 0.18 0.72
Hex C5 AB BA 0 D 6 17 145 12 48
Octal 305 253 272 0 15 6 27 505 22 110
Binary 11000101 10101011 10111010 0 1101 110 10111 101000101 10010 1001000

Color Harmonies of #C5ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABBA

Black with #C5ABBA

Text Example


Text Example

White with #C5ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABBA; }

 p { color: rgb(197,171,186); }

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

background-color css

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

 a { background-color: rgb(197,171,186); }

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

border-color css

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

 span { border-color: rgb(197,171,186); }

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