Shades of Maverick #CCB2BD
Tints of Maverick #CCB2BD
RGB
CMYK
RGB Variations
Color information
#CCB2BD (or 0xCCB2BD) is known color: Maverick. HEX triplet: CC, B2 and BD. RGB value is (204,178,189). Sum of RGB (Red+Green+Blue) = 204+178+189=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2BD is #334D42. Grayscale: #BBBBBB. Windows color (decimal): -3362115 or 12432076. OLE color: 12432076.
HSL color Cylindrical-coordinate representation of color #CCB2BD: hue angle of 334.62º 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 #CCB2BD is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 189 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.2 |
| HSL | 334.62º | 0.2% | 0.75% | - |
| HSV(B) | 334.62º | 0.13% | 0.8% | - |
| XYZ | 50.01 | 48.35 | 54.84 | - |
| YUV | 187.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 189 | 0 | 0.13 | 0.07 | 0.2 | 334.62 | 0.2 | 0.75 |
| Hex | CC | B2 | BD | 0 | D | 7 | 14 | 14F | 14 | 4B |
| Octal | 314 | 262 | 275 | 0 | 15 | 7 | 24 | 517 | 24 | 113 |
| Binary | 11001100 | 10110010 | 10111101 | 0 | 1101 | 111 | 10100 | 101001111 | 10100 | 1001011 |
Color Harmonies of #CCB2BD
Complementary color
Monochromatic Colors of #CCB2BD
Black with #CCB2BD
Text Example
Text Example
White with #CCB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2BD; }
p { color: rgb(204,178,189); }
H1.HeaderClassName
{
color: #CCB2BD;
}
.AnyTagClassName
{
color: #CCB2BD;
}
</style>
background-color css
<style>
a { background-color: #CCB2BD; }
a { background-color: rgb(204,178,189); }
div.DivClassName
{
background-color: #CCB2BD;
}
.BgClassName
{
background-color: #CCB2BD;
}
</style>
border-color css
<style>
span { border-color: #CCB2BD; }
span { border-color: rgb(204,178,189); }
td.TdClassName
{
border-color: #CCB2BD;
}
.TagClassName
{
border-color: #CCB2BD;
}
</style>