Shades of Maverick #C1AFBC
Tints of Maverick #C1AFBC
RGB
CMYK
RGB Variations
Color information
#C1AFBC (or 0xC1AFBC) is known color: Maverick. HEX triplet: C1, AF and BC. RGB value is (193,175,188). Sum of RGB (Red+Green+Blue) = 193+175+188=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFBC is #3E5043. Grayscale: #B5B5B5. Windows color (decimal): -4083780 or 12365761. OLE color: 12365761.
HSL color Cylindrical-coordinate representation of color #C1AFBC: hue angle of 316.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 #C1AFBC is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 188 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.24 |
| HSL | 316.67º | 0.13% | 0.72% | - |
| HSV(B) | 316.67º | 0.09% | 0.76% | - |
| XYZ | 46.4 | 45.63 | 53.94 | - |
| YUV | 181.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 188 | 0 | 0.09 | 0.03 | 0.24 | 316.67 | 0.13 | 0.72 |
| Hex | C1 | AF | BC | 0 | 9 | 3 | 18 | 13D | D | 48 |
| Octal | 301 | 257 | 274 | 0 | 11 | 3 | 30 | 475 | 15 | 110 |
| Binary | 11000001 | 10101111 | 10111100 | 0 | 1001 | 11 | 11000 | 100111101 | 1101 | 1001000 |
Color Harmonies of #C1AFBC
Complementary color
Monochromatic Colors of #C1AFBC
Black with #C1AFBC
Text Example
Text Example
White with #C1AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AFBC; }
p { color: rgb(193,175,188); }
H1.HeaderClassName
{
color: #C1AFBC;
}
.AnyTagClassName
{
color: #C1AFBC;
}
</style>
background-color css
<style>
a { background-color: #C1AFBC; }
a { background-color: rgb(193,175,188); }
div.DivClassName
{
background-color: #C1AFBC;
}
.BgClassName
{
background-color: #C1AFBC;
}
</style>
border-color css
<style>
span { border-color: #C1AFBC; }
span { border-color: rgb(193,175,188); }
td.TdClassName
{
border-color: #C1AFBC;
}
.TagClassName
{
border-color: #C1AFBC;
}
</style>