Html Css Color HEX #C5ABBF Maverick

📋 copy color: '#C5ABBF'

red 197 ◦ green 171 ◦ blue 191

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

Shades of Maverick #C5ABBF

Tints of Maverick #C5ABBF

RGB

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

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

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

R = 35.24%
G = 30.59%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C5ABBF (or 0xC5ABBF) is known color: Maverick. HEX triplet: C5, AB and BF. RGB value is (197,171,191). Sum of RGB (Red+Green+Blue) = 197+171+191=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABBF is #3A5440. Grayscale: #B5B5B5. Windows color (decimal): -3822657 or 12561349. OLE color: 12561349.

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

Color convert

RGB 197 171 191 -
CMYK 0 0.13 0.03 0.23
HSL 313.85º 0.18% 0.72% -
HSV(B) 313.85º 0.13% 0.77% -
XYZ 46.99 44.76 55.45 -
YUV 181.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 197 171 191 0 0.13 0.03 0.23 313.85 0.18 0.72
Hex C5 AB BF 0 D 3 17 13A 12 48
Octal 305 253 277 0 15 3 27 472 22 110
Binary 11000101 10101011 10111111 0 1101 11 10111 100111010 10010 1001000

Color Harmonies of #C5ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABBF

Black with #C5ABBF

Text Example


Text Example

White with #C5ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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