Shades of Maverick #CBACC3
Tints of Maverick #CBACC3
RGB
CMYK
RGB Variations
Color information
#CBACC3 (or 0xCBACC3) is known color: Maverick. HEX triplet: CB, AC and C3. RGB value is (203,172,195). Sum of RGB (Red+Green+Blue) = 203+172+195=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACC3 is #34533C. Grayscale: #B7B7B7. Windows color (decimal): -3429181 or 12823755. OLE color: 12823755.
HSL color Cylindrical-coordinate representation of color #CBACC3: hue angle of 315.48º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBACC3 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 195 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.20 |
| HSL | 315.48º | 0.23% | 0.74% | - |
| HSV(B) | 315.48º | 0.15% | 0.8% | - |
| XYZ | 49.23 | 46.14 | 57.94 | - |
| YUV | 183.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 195 | 0 | 0.15 | 0.04 | 0.20 | 315.48 | 0.23 | 0.74 |
| Hex | CB | AC | C3 | 0 | F | 4 | 14 | 13B | 17 | 4A |
| Octal | 313 | 254 | 303 | 0 | 17 | 4 | 24 | 473 | 27 | 112 |
| Binary | 11001011 | 10101100 | 11000011 | 0 | 1111 | 100 | 10100 | 100111011 | 10111 | 1001010 |
Color Harmonies of #CBACC3
Complementary color
Monochromatic Colors of #CBACC3
Black with #CBACC3
Text Example
Text Example
White with #CBACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACC3; }
p { color: rgb(203,172,195); }
H1.HeaderClassName
{
color: #CBACC3;
}
.AnyTagClassName
{
color: #CBACC3;
}
</style>
background-color css
<style>
a { background-color: #CBACC3; }
a { background-color: rgb(203,172,195); }
div.DivClassName
{
background-color: #CBACC3;
}
.BgClassName
{
background-color: #CBACC3;
}
</style>
border-color css
<style>
span { border-color: #CBACC3; }
span { border-color: rgb(203,172,195); }
td.TdClassName
{
border-color: #CBACC3;
}
.TagClassName
{
border-color: #CBACC3;
}
</style>