Shades of Maverick #CCB2BC
Tints of Maverick #CCB2BC
RGB
CMYK
RGB Variations
Color information
#CCB2BC (or 0xCCB2BC) is known color: Maverick. HEX triplet: CC, B2 and BC. RGB value is (204,178,188). Sum of RGB (Red+Green+Blue) = 204+178+188=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2BC is #334D43. Grayscale: #BABABA. Windows color (decimal): -3362116 or 12366540. OLE color: 12366540.
HSL color Cylindrical-coordinate representation of color #CCB2BC: hue angle of 336.92º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCB2BC is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 188 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.2 |
| HSL | 336.92º | 0.2% | 0.75% | - |
| HSV(B) | 336.92º | 0.13% | 0.8% | - |
| XYZ | 49.9 | 48.31 | 54.27 | - |
| YUV | 186.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 188 | 0 | 0.13 | 0.08 | 0.2 | 336.92 | 0.2 | 0.75 |
| Hex | CC | B2 | BC | 0 | D | 8 | 14 | 151 | 14 | 4B |
| Octal | 314 | 262 | 274 | 0 | 15 | 10 | 24 | 521 | 24 | 113 |
| Binary | 11001100 | 10110010 | 10111100 | 0 | 1101 | 1000 | 10100 | 101010001 | 10100 | 1001011 |
Color Harmonies of #CCB2BC
Complementary color
Monochromatic Colors of #CCB2BC
Black with #CCB2BC
Text Example
Text Example
White with #CCB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2BC; }
p { color: rgb(204,178,188); }
H1.HeaderClassName
{
color: #CCB2BC;
}
.AnyTagClassName
{
color: #CCB2BC;
}
</style>
background-color css
<style>
a { background-color: #CCB2BC; }
a { background-color: rgb(204,178,188); }
div.DivClassName
{
background-color: #CCB2BC;
}
.BgClassName
{
background-color: #CCB2BC;
}
</style>
border-color css
<style>
span { border-color: #CCB2BC; }
span { border-color: rgb(204,178,188); }
td.TdClassName
{
border-color: #CCB2BC;
}
.TagClassName
{
border-color: #CCB2BC;
}
</style>