Shades of Maverick #CBAFC6
Tints of Maverick #CBAFC6
RGB
CMYK
RGB Variations
Color information
#CBAFC6 (or 0xCBAFC6) is known color: Maverick. HEX triplet: CB, AF and C6. RGB value is (203,175,198). Sum of RGB (Red+Green+Blue) = 203+175+198=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFC6 is #345039. Grayscale: #B9B9B9. Windows color (decimal): -3428410 or 13021131. OLE color: 13021131.
HSL color Cylindrical-coordinate representation of color #CBAFC6: hue angle of 310.71º 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 #CBAFC6 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 198 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.20 |
| HSL | 310.71º | 0.21% | 0.74% | - |
| HSV(B) | 310.71º | 0.14% | 0.8% | - |
| XYZ | 50.15 | 47.43 | 59.94 | - |
| YUV | 185.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 198 | 0 | 0.14 | 0.02 | 0.20 | 310.71 | 0.21 | 0.74 |
| Hex | CB | AF | C6 | 0 | E | 2 | 14 | 137 | 15 | 4A |
| Octal | 313 | 257 | 306 | 0 | 16 | 2 | 24 | 467 | 25 | 112 |
| Binary | 11001011 | 10101111 | 11000110 | 0 | 1110 | 10 | 10100 | 100110111 | 10101 | 1001010 |
Color Harmonies of #CBAFC6
Complementary color
Monochromatic Colors of #CBAFC6
Black with #CBAFC6
Text Example
Text Example
White with #CBAFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFC6; }
p { color: rgb(203,175,198); }
H1.HeaderClassName
{
color: #CBAFC6;
}
.AnyTagClassName
{
color: #CBAFC6;
}
</style>
background-color css
<style>
a { background-color: #CBAFC6; }
a { background-color: rgb(203,175,198); }
div.DivClassName
{
background-color: #CBAFC6;
}
.BgClassName
{
background-color: #CBAFC6;
}
</style>
border-color css
<style>
span { border-color: #CBAFC6; }
span { border-color: rgb(203,175,198); }
td.TdClassName
{
border-color: #CBAFC6;
}
.TagClassName
{
border-color: #CBAFC6;
}
</style>