Shades of Maverick #CCBAC3
Tints of Maverick #CCBAC3
RGB
CMYK
RGB Variations
Color information
#CCBAC3 (or 0xCCBAC3) is known color: Maverick. HEX triplet: CC, BA and C3. RGB value is (204,186,195). Sum of RGB (Red+Green+Blue) = 204+186+195=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAC3 is #33453C. Grayscale: #C0C0C0. Windows color (decimal): -3360061 or 12827340. OLE color: 12827340.
HSL color Cylindrical-coordinate representation of color #CCBAC3: hue angle of 330º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBAC3 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 186 | 195 | - |
CMYK | 0 | 0.09 | 0.04 | 0.2 |
HSL | 330º | 0.15% | 0.76% | - |
HSV(B) | 330º | 0.09% | 0.8% | - |
XYZ | 52.31 | 51.9 | 58.89 | - |
YUV | 192.41 | 129.46 | 136.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 186 | 195 | 0 | 0.09 | 0.04 | 0.2 | 330 | 0.15 | 0.76 |
Hex | CC | BA | C3 | 0 | 9 | 4 | 14 | 14A | F | 4C |
Octal | 314 | 272 | 303 | 0 | 11 | 4 | 24 | 512 | 17 | 114 |
Binary | 11001100 | 10111010 | 11000011 | 0 | 1001 | 100 | 10100 | 101001010 | 1111 | 1001100 |
Color Harmonies of #CCBAC3
Complementary color
Monochromatic Colors of #CCBAC3
Black with #CCBAC3
Text Example
Text Example
White with #CCBAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAC3; }
p { color: rgb(204,186,195); }
H1.HeaderClassName
{
color: #CCBAC3;
}
.AnyTagClassName
{
color: #CCBAC3;
}
</style>
background-color css
<style>
a { background-color: #CCBAC3; }
a { background-color: rgb(204,186,195); }
div.DivClassName
{
background-color: #CCBAC3;
}
.BgClassName
{
background-color: #CCBAC3;
}
</style>
border-color css
<style>
span { border-color: #CCBAC3; }
span { border-color: rgb(204,186,195); }
td.TdClassName
{
border-color: #CCBAC3;
}
.TagClassName
{
border-color: #CCBAC3;
}
</style>