Shades of Maverick #CCB5C9
Tints of Maverick #CCB5C9
RGB
CMYK
RGB Variations
Color information
#CCB5C9 (or 0xCCB5C9) is known color: Maverick. HEX triplet: CC, B5 and C9. RGB value is (204,181,201). Sum of RGB (Red+Green+Blue) = 204+181+201=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5C9 is #334A36. Grayscale: #BEBEBE. Windows color (decimal): -3361335 or 13219276. OLE color: 13219276.
HSL color Cylindrical-coordinate representation of color #CCB5C9: hue angle of 307.83º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCB5C9 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 181 | 201 | - |
CMYK | 0 | 0.11 | 0.01 | 0.2 |
HSL | 307.83º | 0.18% | 0.75% | - |
HSV(B) | 307.83º | 0.11% | 0.8% | - |
XYZ | 51.97 | 50.1 | 62.19 | - |
YUV | 190.16 | 134.12 | 137.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 181 | 201 | 0 | 0.11 | 0.01 | 0.2 | 307.83 | 0.18 | 0.75 |
Hex | CC | B5 | C9 | 0 | B | 1 | 14 | 134 | 12 | 4B |
Octal | 314 | 265 | 311 | 0 | 13 | 1 | 24 | 464 | 22 | 113 |
Binary | 11001100 | 10110101 | 11001001 | 0 | 1011 | 1 | 10100 | 100110100 | 10010 | 1001011 |
Color Harmonies of #CCB5C9
Complementary color
Monochromatic Colors of #CCB5C9
Black with #CCB5C9
Text Example
Text Example
White with #CCB5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5C9; }
p { color: rgb(204,181,201); }
H1.HeaderClassName
{
color: #CCB5C9;
}
.AnyTagClassName
{
color: #CCB5C9;
}
</style>
background-color css
<style>
a { background-color: #CCB5C9; }
a { background-color: rgb(204,181,201); }
div.DivClassName
{
background-color: #CCB5C9;
}
.BgClassName
{
background-color: #CCB5C9;
}
</style>
border-color css
<style>
span { border-color: #CCB5C9; }
span { border-color: rgb(204,181,201); }
td.TdClassName
{
border-color: #CCB5C9;
}
.TagClassName
{
border-color: #CCB5C9;
}
</style>