Shades of Maverick #CCBDC8
Tints of Maverick #CCBDC8
RGB
CMYK
RGB Variations
Color information
#CCBDC8 (or 0xCCBDC8) is known color: Maverick. HEX triplet: CC, BD and C8. RGB value is (204,189,200). Sum of RGB (Red+Green+Blue) = 204+189+200=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDC8 is #334237. Grayscale: #C2C2C2. Windows color (decimal): -3359288 or 13155788. OLE color: 13155788.
HSL color Cylindrical-coordinate representation of color #CCBDC8: hue angle of 316º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBDC8 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 189 | 200 | - |
CMYK | 0 | 0.07 | 0.02 | 0.2 |
HSL | 316º | 0.13% | 0.77% | - |
HSV(B) | 316º | 0.07% | 0.8% | - |
XYZ | 53.52 | 53.4 | 62.13 | - |
YUV | 194.74 | 130.97 | 134.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 189 | 200 | 0 | 0.07 | 0.02 | 0.2 | 316 | 0.13 | 0.77 |
Hex | CC | BD | C8 | 0 | 7 | 2 | 14 | 13C | D | 4D |
Octal | 314 | 275 | 310 | 0 | 7 | 2 | 24 | 474 | 15 | 115 |
Binary | 11001100 | 10111101 | 11001000 | 0 | 111 | 10 | 10100 | 100111100 | 1101 | 1001101 |
Color Harmonies of #CCBDC8
Complementary color
Monochromatic Colors of #CCBDC8
Black with #CCBDC8
Text Example
Text Example
White with #CCBDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDC8; }
p { color: rgb(204,189,200); }
H1.HeaderClassName
{
color: #CCBDC8;
}
.AnyTagClassName
{
color: #CCBDC8;
}
</style>
background-color css
<style>
a { background-color: #CCBDC8; }
a { background-color: rgb(204,189,200); }
div.DivClassName
{
background-color: #CCBDC8;
}
.BgClassName
{
background-color: #CCBDC8;
}
</style>
border-color css
<style>
span { border-color: #CCBDC8; }
span { border-color: rgb(204,189,200); }
td.TdClassName
{
border-color: #CCBDC8;
}
.TagClassName
{
border-color: #CCBDC8;
}
</style>