Shades of Maverick #CCB9C3
Tints of Maverick #CCB9C3
RGB
CMYK
RGB Variations
Color information
#CCB9C3 (or 0xCCB9C3) is known color: Maverick. HEX triplet: CC, B9 and C3. RGB value is (204,185,195). Sum of RGB (Red+Green+Blue) = 204+185+195=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9C3 is #33463C. Grayscale: #BFBFBF. Windows color (decimal): -3360317 or 12827084. OLE color: 12827084.
HSL color Cylindrical-coordinate representation of color #CCB9C3: hue angle of 328.42º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCB9C3 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 195 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.2 |
| HSL | 328.42º | 0.16% | 0.76% | - |
| HSV(B) | 328.42º | 0.09% | 0.8% | - |
| XYZ | 52.1 | 51.48 | 58.82 | - |
| YUV | 191.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 195 | 0 | 0.09 | 0.04 | 0.2 | 328.42 | 0.16 | 0.76 |
| Hex | CC | B9 | C3 | 0 | 9 | 4 | 14 | 148 | 10 | 4C |
| Octal | 314 | 271 | 303 | 0 | 11 | 4 | 24 | 510 | 20 | 114 |
| Binary | 11001100 | 10111001 | 11000011 | 0 | 1001 | 100 | 10100 | 101001000 | 10000 | 1001100 |
Color Harmonies of #CCB9C3
Complementary color
Monochromatic Colors of #CCB9C3
Black with #CCB9C3
Text Example
Text Example
White with #CCB9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9C3; }
p { color: rgb(204,185,195); }
H1.HeaderClassName
{
color: #CCB9C3;
}
.AnyTagClassName
{
color: #CCB9C3;
}
</style>
background-color css
<style>
a { background-color: #CCB9C3; }
a { background-color: rgb(204,185,195); }
div.DivClassName
{
background-color: #CCB9C3;
}
.BgClassName
{
background-color: #CCB9C3;
}
</style>
border-color css
<style>
span { border-color: #CCB9C3; }
span { border-color: rgb(204,185,195); }
td.TdClassName
{
border-color: #CCB9C3;
}
.TagClassName
{
border-color: #CCB9C3;
}
</style>