#C1AFB9

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

Shades of Maverick #C1AFB9

Tints of Maverick #C1AFB9

Color information

#C1AFB9 (or 0xC1AFB9) is unknown color: approx Maverick. HEX triplet: C1, AF and B9. RGB value is (193,175,185). Sum of RGB (Red+Green+Blue) = 193+175+185=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFB9 is #3E5046. Grayscale: #B5B5B5. Windows color (decimal): -4083783 or 12169153. OLE color: 12169153.

HSL color Cylindrical-coordinate representation of color #C1AFB9: hue angle of 326.67º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1AFB9 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB193175185-
CMYK00.090.040.24
HSL326.67º12.68%72.16%-
HSV(B)326.67º9.33%75.69%-
XYZ46.0845.552.25-
YUV181.52129.96136.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.90%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 185 (72.66% from 255) = 33.45%
R=34.90%
G=31.65%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317518500.090.040.24326.6712.6872.16
HexC1AFB909418147d48
Octal30125727101143050715110
Binary110000011010111110111001010011001100010100011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AFB9; }

 p { color: rgb(193,175,185); }

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

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

 a { background-color: rgb(193,175,185); }

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

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

 span { border-color: rgb(193,175,185); }

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