Shades of Maverick #CBA8C3
Tints of Maverick #CBA8C3
RGB
CMYK
RGB Variations
Color information
#CBA8C3 (or 0xCBA8C3) is known color: Maverick. HEX triplet: CB, A8 and C3. RGB value is (203,168,195). Sum of RGB (Red+Green+Blue) = 203+168+195=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8C3 is #34573C. Grayscale: #B5B5B5. Windows color (decimal): -3430205 or 12822731. OLE color: 12822731.
HSL color Cylindrical-coordinate representation of color #CBA8C3: hue angle of 313.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA8C3 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 195 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.20 |
| HSL | 313.71º | 0.25% | 0.73% | - |
| HSV(B) | 313.71º | 0.17% | 0.8% | - |
| XYZ | 48.48 | 44.64 | 57.69 | - |
| YUV | 181.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 195 | 0 | 0.17 | 0.04 | 0.20 | 313.71 | 0.25 | 0.73 |
| Hex | CB | A8 | C3 | 0 | 11 | 4 | 14 | 13A | 19 | 49 |
| Octal | 313 | 250 | 303 | 0 | 21 | 4 | 24 | 472 | 31 | 111 |
| Binary | 11001011 | 10101000 | 11000011 | 0 | 10001 | 100 | 10100 | 100111010 | 11001 | 1001001 |
Color Harmonies of #CBA8C3
Complementary color
Monochromatic Colors of #CBA8C3
Black with #CBA8C3
Text Example
Text Example
White with #CBA8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8C3; }
p { color: rgb(203,168,195); }
H1.HeaderClassName
{
color: #CBA8C3;
}
.AnyTagClassName
{
color: #CBA8C3;
}
</style>
background-color css
<style>
a { background-color: #CBA8C3; }
a { background-color: rgb(203,168,195); }
div.DivClassName
{
background-color: #CBA8C3;
}
.BgClassName
{
background-color: #CBA8C3;
}
</style>
border-color css
<style>
span { border-color: #CBA8C3; }
span { border-color: rgb(203,168,195); }
td.TdClassName
{
border-color: #CBA8C3;
}
.TagClassName
{
border-color: #CBA8C3;
}
</style>