Shades of Maverick #CBAFC0
Tints of Maverick #CBAFC0
RGB
CMYK
RGB Variations
Color information
#CBAFC0 (or 0xCBAFC0) is known color: Maverick. HEX triplet: CB, AF and C0. RGB value is (203,175,192). Sum of RGB (Red+Green+Blue) = 203+175+192=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFC0 is #34503F. Grayscale: #B9B9B9. Windows color (decimal): -3428416 or 12627915. OLE color: 12627915.
HSL color Cylindrical-coordinate representation of color #CBAFC0: hue angle of 323.57º 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 #CBAFC0 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 175 | 192 | - |
CMYK | 0 | 0.14 | 0.05 | 0.20 |
HSL | 323.57º | 0.21% | 0.74% | - |
HSV(B) | 323.57º | 0.14% | 0.8% | - |
XYZ | 49.47 | 47.16 | 56.36 | - |
YUV | 185.31 | 131.78 | 140.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 175 | 192 | 0 | 0.14 | 0.05 | 0.20 | 323.57 | 0.21 | 0.74 |
Hex | CB | AF | C0 | 0 | E | 5 | 14 | 144 | 15 | 4A |
Octal | 313 | 257 | 300 | 0 | 16 | 5 | 24 | 504 | 25 | 112 |
Binary | 11001011 | 10101111 | 11000000 | 0 | 1110 | 101 | 10100 | 101000100 | 10101 | 1001010 |
Color Harmonies of #CBAFC0
Complementary color
Monochromatic Colors of #CBAFC0
Black with #CBAFC0
Text Example
Text Example
White with #CBAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFC0; }
p { color: rgb(203,175,192); }
H1.HeaderClassName
{
color: #CBAFC0;
}
.AnyTagClassName
{
color: #CBAFC0;
}
</style>
background-color css
<style>
a { background-color: #CBAFC0; }
a { background-color: rgb(203,175,192); }
div.DivClassName
{
background-color: #CBAFC0;
}
.BgClassName
{
background-color: #CBAFC0;
}
</style>
border-color css
<style>
span { border-color: #CBAFC0; }
span { border-color: rgb(203,175,192); }
td.TdClassName
{
border-color: #CBAFC0;
}
.TagClassName
{
border-color: #CBAFC0;
}
</style>