Shades of Maverick #CCB8C3
Tints of Maverick #CCB8C3
RGB
CMYK
RGB Variations
Color information
#CCB8C3 (or 0xCCB8C3) is known color: Maverick. HEX triplet: CC, B8 and C3. RGB value is (204,184,195). Sum of RGB (Red+Green+Blue) = 204+184+195=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8C3 is #33473C. Grayscale: #BFBFBF. Windows color (decimal): -3360573 or 12826828. OLE color: 12826828.
HSL color Cylindrical-coordinate representation of color #CCB8C3: hue angle of 327º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCB8C3 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 195 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.2 |
| HSL | 327º | 0.16% | 0.76% | - |
| HSV(B) | 327º | 0.1% | 0.8% | - |
| XYZ | 51.89 | 51.06 | 58.75 | - |
| YUV | 191.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 195 | 0 | 0.10 | 0.04 | 0.2 | 327 | 0.16 | 0.76 |
| Hex | CC | B8 | C3 | 0 | A | 4 | 14 | 147 | 10 | 4C |
| Octal | 314 | 270 | 303 | 0 | 12 | 4 | 24 | 507 | 20 | 114 |
| Binary | 11001100 | 10111000 | 11000011 | 0 | 1010 | 100 | 10100 | 101000111 | 10000 | 1001100 |
Color Harmonies of #CCB8C3
Complementary color
Monochromatic Colors of #CCB8C3
Black with #CCB8C3
Text Example
Text Example
White with #CCB8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8C3; }
p { color: rgb(204,184,195); }
H1.HeaderClassName
{
color: #CCB8C3;
}
.AnyTagClassName
{
color: #CCB8C3;
}
</style>
background-color css
<style>
a { background-color: #CCB8C3; }
a { background-color: rgb(204,184,195); }
div.DivClassName
{
background-color: #CCB8C3;
}
.BgClassName
{
background-color: #CCB8C3;
}
</style>
border-color css
<style>
span { border-color: #CCB8C3; }
span { border-color: rgb(204,184,195); }
td.TdClassName
{
border-color: #CCB8C3;
}
.TagClassName
{
border-color: #CCB8C3;
}
</style>