Shades of Maverick #CBAFC1
Tints of Maverick #CBAFC1
RGB
CMYK
RGB Variations
Color information
#CBAFC1 (or 0xCBAFC1) is known color: Maverick. HEX triplet: CB, AF and C1. RGB value is (203,175,193). Sum of RGB (Red+Green+Blue) = 203+175+193=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFC1 is #34503E. Grayscale: #B9B9B9. Windows color (decimal): -3428415 or 12693451. OLE color: 12693451.
HSL color Cylindrical-coordinate representation of color #CBAFC1: hue angle of 321.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAFC1 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 193 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.20 |
| HSL | 321.43º | 0.21% | 0.74% | - |
| HSV(B) | 321.43º | 0.14% | 0.8% | - |
| XYZ | 49.58 | 47.21 | 56.95 | - |
| YUV | 185.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 193 | 0 | 0.14 | 0.05 | 0.20 | 321.43 | 0.21 | 0.74 |
| Hex | CB | AF | C1 | 0 | E | 5 | 14 | 141 | 15 | 4A |
| Octal | 313 | 257 | 301 | 0 | 16 | 5 | 24 | 501 | 25 | 112 |
| Binary | 11001011 | 10101111 | 11000001 | 0 | 1110 | 101 | 10100 | 101000001 | 10101 | 1001010 |
Color Harmonies of #CBAFC1
Complementary color
Monochromatic Colors of #CBAFC1
Black with #CBAFC1
Text Example
Text Example
White with #CBAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFC1; }
p { color: rgb(203,175,193); }
H1.HeaderClassName
{
color: #CBAFC1;
}
.AnyTagClassName
{
color: #CBAFC1;
}
</style>
background-color css
<style>
a { background-color: #CBAFC1; }
a { background-color: rgb(203,175,193); }
div.DivClassName
{
background-color: #CBAFC1;
}
.BgClassName
{
background-color: #CBAFC1;
}
</style>
border-color css
<style>
span { border-color: #CBAFC1; }
span { border-color: rgb(203,175,193); }
td.TdClassName
{
border-color: #CBAFC1;
}
.TagClassName
{
border-color: #CBAFC1;
}
</style>