Shades of Maverick #CBB8C7
Tints of Maverick #CBB8C7
RGB
CMYK
RGB Variations
Color information
#CBB8C7 (or 0xCBB8C7) is known color: Maverick. HEX triplet: CB, B8 and C7. RGB value is (203,184,199). Sum of RGB (Red+Green+Blue) = 203+184+199=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 199 (78.12% from 255 or 33.96% from 586); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8C7 is #344738. Grayscale: #BFBFBF. Windows color (decimal): -3426105 or 13088971. OLE color: 13088971.
HSL color Cylindrical-coordinate representation of color #CBB8C7: hue angle of 312.63º degrees, saturation: 0.15, 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 #CBB8C7 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 184 | 199 | - |
CMYK | 0 | 0.09 | 0.02 | 0.20 |
HSL | 312.63º | 0.15% | 0.76% | - |
HSV(B) | 312.63º | 0.09% | 0.8% | - |
XYZ | 52.08 | 51.1 | 61.15 | - |
YUV | 191.39 | 132.29 | 136.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 184 | 199 | 0 | 0.09 | 0.02 | 0.20 | 312.63 | 0.15 | 0.76 |
Hex | CB | B8 | C7 | 0 | 9 | 2 | 14 | 139 | F | 4C |
Octal | 313 | 270 | 307 | 0 | 11 | 2 | 24 | 471 | 17 | 114 |
Binary | 11001011 | 10111000 | 11000111 | 0 | 1001 | 10 | 10100 | 100111001 | 1111 | 1001100 |
Color Harmonies of #CBB8C7
Complementary color
Monochromatic Colors of #CBB8C7
Black with #CBB8C7
Text Example
Text Example
White with #CBB8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB8C7; }
p { color: rgb(203,184,199); }
H1.HeaderClassName
{
color: #CBB8C7;
}
.AnyTagClassName
{
color: #CBB8C7;
}
</style>
background-color css
<style>
a { background-color: #CBB8C7; }
a { background-color: rgb(203,184,199); }
div.DivClassName
{
background-color: #CBB8C7;
}
.BgClassName
{
background-color: #CBB8C7;
}
</style>
border-color css
<style>
span { border-color: #CBB8C7; }
span { border-color: rgb(203,184,199); }
td.TdClassName
{
border-color: #CBB8C7;
}
.TagClassName
{
border-color: #CBB8C7;
}
</style>