Shades of Maverick #CCB8C1
Tints of Maverick #CCB8C1
RGB
CMYK
RGB Variations
Color information
#CCB8C1 (or 0xCCB8C1) is known color: Maverick. HEX triplet: CC, B8 and C1. RGB value is (204,184,193). Sum of RGB (Red+Green+Blue) = 204+184+193=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8C1 is #33473E. Grayscale: #BEBEBE. Windows color (decimal): -3360575 or 12695756. OLE color: 12695756.
HSL color Cylindrical-coordinate representation of color #CCB8C1: hue angle of 333º 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 #CCB8C1 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 193 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.2 |
| HSL | 333º | 0.16% | 0.76% | - |
| HSV(B) | 333º | 0.1% | 0.8% | - |
| XYZ | 51.67 | 50.97 | 57.57 | - |
| YUV | 191.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 193 | 0 | 0.10 | 0.05 | 0.2 | 333 | 0.16 | 0.76 |
| Hex | CC | B8 | C1 | 0 | A | 5 | 14 | 14D | 10 | 4C |
| Octal | 314 | 270 | 301 | 0 | 12 | 5 | 24 | 515 | 20 | 114 |
| Binary | 11001100 | 10111000 | 11000001 | 0 | 1010 | 101 | 10100 | 101001101 | 10000 | 1001100 |
Color Harmonies of #CCB8C1
Complementary color
Monochromatic Colors of #CCB8C1
Black with #CCB8C1
Text Example
Text Example
White with #CCB8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8C1; }
p { color: rgb(204,184,193); }
H1.HeaderClassName
{
color: #CCB8C1;
}
.AnyTagClassName
{
color: #CCB8C1;
}
</style>
background-color css
<style>
a { background-color: #CCB8C1; }
a { background-color: rgb(204,184,193); }
div.DivClassName
{
background-color: #CCB8C1;
}
.BgClassName
{
background-color: #CCB8C1;
}
</style>
border-color css
<style>
span { border-color: #CCB8C1; }
span { border-color: rgb(204,184,193); }
td.TdClassName
{
border-color: #CCB8C1;
}
.TagClassName
{
border-color: #CCB8C1;
}
</style>