Shades of Maverick #CCB9C7
Tints of Maverick #CCB9C7
RGB
CMYK
RGB Variations
Color information
#CCB9C7 (or 0xCCB9C7) is known color: Maverick. HEX triplet: CC, B9 and C7. RGB value is (204,185,199). Sum of RGB (Red+Green+Blue) = 204+185+199=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9C7 is #334638. Grayscale: #C0C0C0. Windows color (decimal): -3360313 or 13089228. OLE color: 13089228.
HSL color Cylindrical-coordinate representation of color #CCB9C7: hue angle of 315.79º 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 #CCB9C7 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 185 | 199 | - |
CMYK | 0 | 0.09 | 0.02 | 0.2 |
HSL | 315.79º | 0.16% | 0.76% | - |
HSV(B) | 315.79º | 0.09% | 0.8% | - |
XYZ | 52.56 | 51.66 | 61.23 | - |
YUV | 192.28 | 131.79 | 136.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 185 | 199 | 0 | 0.09 | 0.02 | 0.2 | 315.79 | 0.16 | 0.76 |
Hex | CC | B9 | C7 | 0 | 9 | 2 | 14 | 13C | 10 | 4C |
Octal | 314 | 271 | 307 | 0 | 11 | 2 | 24 | 474 | 20 | 114 |
Binary | 11001100 | 10111001 | 11000111 | 0 | 1001 | 10 | 10100 | 100111100 | 10000 | 1001100 |
Color Harmonies of #CCB9C7
Complementary color
Monochromatic Colors of #CCB9C7
Black with #CCB9C7
Text Example
Text Example
White with #CCB9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9C7; }
p { color: rgb(204,185,199); }
H1.HeaderClassName
{
color: #CCB9C7;
}
.AnyTagClassName
{
color: #CCB9C7;
}
</style>
background-color css
<style>
a { background-color: #CCB9C7; }
a { background-color: rgb(204,185,199); }
div.DivClassName
{
background-color: #CCB9C7;
}
.BgClassName
{
background-color: #CCB9C7;
}
</style>
border-color css
<style>
span { border-color: #CCB9C7; }
span { border-color: rgb(204,185,199); }
td.TdClassName
{
border-color: #CCB9C7;
}
.TagClassName
{
border-color: #CCB9C7;
}
</style>