#C5AFBB

Color #C5AFBB Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #C5AFBB

Tints of Maverick #C5AFBB

Color information

#C5AFBB (or 0xC5AFBB) is unknown color: approx Maverick. HEX triplet: C5, AF and BB. RGB value is (197,175,187). Sum of RGB (Red+Green+Blue) = 197+175+187=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFBB is #3A5044. Grayscale: #B6B6B6. Windows color (decimal): -3821637 or 12300229. OLE color: 12300229.

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

Color convert

RGB197175187-
CMYK00.110.050.23
HSL327.27º15.94%72.94%-
HSV(B)327.27º11.17%77.25%-
XYZ47.3346.1253.42-
YUV182.95130.29138.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=35.24%
G=31.31%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717518700.110.050.23327.2715.9472.94
HexC5AFBB0B5171471049
Octal30525727301352750720111
Binary1100010110101111101110110101110110111101000111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFBB; }

 p { color: rgb(197,175,187); }

 H1.HeaderClassName
 {
   color: #C5AFBB;
 }
 .AnyTagClassName
 {
   color: #C5AFBB;
 }
</style>
background-color css

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

 a { background-color: rgb(197,175,187); }

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

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

 span { border-color: rgb(197,175,187); }

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