Shades of Maverick #CCB4BE
Tints of Maverick #CCB4BE
RGB
CMYK
RGB Variations
Color information
#CCB4BE (or 0xCCB4BE) is known color: Maverick. HEX triplet: CC, B4 and BE. RGB value is (204,180,190). Sum of RGB (Red+Green+Blue) = 204+180+190=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4BE is #334B41. Grayscale: #BCBCBC. Windows color (decimal): -3361602 or 12498124. OLE color: 12498124.
HSL color Cylindrical-coordinate representation of color #CCB4BE: hue angle of 335º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB4BE is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 190 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.2 |
| HSL | 335º | 0.19% | 0.75% | - |
| HSV(B) | 335º | 0.12% | 0.8% | - |
| XYZ | 50.52 | 49.2 | 55.55 | - |
| YUV | 188.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 190 | 0 | 0.12 | 0.07 | 0.2 | 335 | 0.19 | 0.75 |
| Hex | CC | B4 | BE | 0 | C | 7 | 14 | 14F | 13 | 4B |
| Octal | 314 | 264 | 276 | 0 | 14 | 7 | 24 | 517 | 23 | 113 |
| Binary | 11001100 | 10110100 | 10111110 | 0 | 1100 | 111 | 10100 | 101001111 | 10011 | 1001011 |
Color Harmonies of #CCB4BE
Complementary color
Monochromatic Colors of #CCB4BE
Black with #CCB4BE
Text Example
Text Example
White with #CCB4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4BE; }
p { color: rgb(204,180,190); }
H1.HeaderClassName
{
color: #CCB4BE;
}
.AnyTagClassName
{
color: #CCB4BE;
}
</style>
background-color css
<style>
a { background-color: #CCB4BE; }
a { background-color: rgb(204,180,190); }
div.DivClassName
{
background-color: #CCB4BE;
}
.BgClassName
{
background-color: #CCB4BE;
}
</style>
border-color css
<style>
span { border-color: #CCB4BE; }
span { border-color: rgb(204,180,190); }
td.TdClassName
{
border-color: #CCB4BE;
}
.TagClassName
{
border-color: #CCB4BE;
}
</style>