Shades of Maverick #CBAFBD
Tints of Maverick #CBAFBD
RGB
CMYK
RGB Variations
Color information
#CBAFBD (or 0xCBAFBD) is known color: Maverick. HEX triplet: CB, AF and BD. RGB value is (203,175,189). Sum of RGB (Red+Green+Blue) = 203+175+189=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFBD is #345042. Grayscale: #B8B8B8. Windows color (decimal): -3428419 or 12431307. OLE color: 12431307.
HSL color Cylindrical-coordinate representation of color #CBAFBD: hue angle of 330º 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 #CBAFBD is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 189 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.20 |
| HSL | 330º | 0.21% | 0.74% | - |
| HSV(B) | 330º | 0.14% | 0.8% | - |
| XYZ | 49.14 | 47.03 | 54.63 | - |
| YUV | 184.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 189 | 0 | 0.14 | 0.07 | 0.20 | 330 | 0.21 | 0.74 |
| Hex | CB | AF | BD | 0 | E | 7 | 14 | 14A | 15 | 4A |
| Octal | 313 | 257 | 275 | 0 | 16 | 7 | 24 | 512 | 25 | 112 |
| Binary | 11001011 | 10101111 | 10111101 | 0 | 1110 | 111 | 10100 | 101001010 | 10101 | 1001010 |
Color Harmonies of #CBAFBD
Complementary color
Monochromatic Colors of #CBAFBD
Black with #CBAFBD
Text Example
Text Example
White with #CBAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFBD; }
p { color: rgb(203,175,189); }
H1.HeaderClassName
{
color: #CBAFBD;
}
.AnyTagClassName
{
color: #CBAFBD;
}
</style>
background-color css
<style>
a { background-color: #CBAFBD; }
a { background-color: rgb(203,175,189); }
div.DivClassName
{
background-color: #CBAFBD;
}
.BgClassName
{
background-color: #CBAFBD;
}
</style>
border-color css
<style>
span { border-color: #CBAFBD; }
span { border-color: rgb(203,175,189); }
td.TdClassName
{
border-color: #CBAFBD;
}
.TagClassName
{
border-color: #CBAFBD;
}
</style>