Shades of Maverick #CBB8C5
Tints of Maverick #CBB8C5
RGB
CMYK
RGB Variations
Color information
#CBB8C5 (or 0xCBB8C5) is known color: Maverick. HEX triplet: CB, B8 and C5. RGB value is (203,184,197). Sum of RGB (Red+Green+Blue) = 203+184+197=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8C5 is #34473A. Grayscale: #BFBFBF. Windows color (decimal): -3426107 or 12957899. OLE color: 12957899.
HSL color Cylindrical-coordinate representation of color #CBB8C5: hue angle of 318.95º 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 #CBB8C5 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 184 | 197 | - |
CMYK | 0 | 0.09 | 0.03 | 0.20 |
HSL | 318.95º | 0.15% | 0.76% | - |
HSV(B) | 318.95º | 0.09% | 0.8% | - |
XYZ | 51.85 | 51.01 | 59.94 | - |
YUV | 191.16 | 131.29 | 136.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 184 | 197 | 0 | 0.09 | 0.03 | 0.20 | 318.95 | 0.15 | 0.76 |
Hex | CB | B8 | C5 | 0 | 9 | 3 | 14 | 13F | F | 4C |
Octal | 313 | 270 | 305 | 0 | 11 | 3 | 24 | 477 | 17 | 114 |
Binary | 11001011 | 10111000 | 11000101 | 0 | 1001 | 11 | 10100 | 100111111 | 1111 | 1001100 |
Color Harmonies of #CBB8C5
Complementary color
Monochromatic Colors of #CBB8C5
Black with #CBB8C5
Text Example
Text Example
White with #CBB8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB8C5; }
p { color: rgb(203,184,197); }
H1.HeaderClassName
{
color: #CBB8C5;
}
.AnyTagClassName
{
color: #CBB8C5;
}
</style>
background-color css
<style>
a { background-color: #CBB8C5; }
a { background-color: rgb(203,184,197); }
div.DivClassName
{
background-color: #CBB8C5;
}
.BgClassName
{
background-color: #CBB8C5;
}
</style>
border-color css
<style>
span { border-color: #CBB8C5; }
span { border-color: rgb(203,184,197); }
td.TdClassName
{
border-color: #CBB8C5;
}
.TagClassName
{
border-color: #CBB8C5;
}
</style>