Shades of Maverick #CBB5C5
Tints of Maverick #CBB5C5
RGB
CMYK
RGB Variations
Color information
#CBB5C5 (or 0xCBB5C5) is known color: Maverick. HEX triplet: CB, B5 and C5. RGB value is (203,181,197). Sum of RGB (Red+Green+Blue) = 203+181+197=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5C5 is #344A3A. Grayscale: #BDBDBD. Windows color (decimal): -3426875 or 12957131. OLE color: 12957131.
HSL color Cylindrical-coordinate representation of color #CBB5C5: hue angle of 316.36º degrees, saturation: 0.17, 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 #CBB5C5 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 197 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.20 |
| HSL | 316.36º | 0.17% | 0.75% | - |
| HSV(B) | 316.36º | 0.11% | 0.8% | - |
| XYZ | 51.23 | 49.78 | 59.73 | - |
| YUV | 189.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 197 | 0 | 0.11 | 0.03 | 0.20 | 316.36 | 0.17 | 0.75 |
| Hex | CB | B5 | C5 | 0 | B | 3 | 14 | 13C | 11 | 4B |
| Octal | 313 | 265 | 305 | 0 | 13 | 3 | 24 | 474 | 21 | 113 |
| Binary | 11001011 | 10110101 | 11000101 | 0 | 1011 | 11 | 10100 | 100111100 | 10001 | 1001011 |
Color Harmonies of #CBB5C5
Complementary color
Monochromatic Colors of #CBB5C5
Black with #CBB5C5
Text Example
Text Example
White with #CBB5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5C5; }
p { color: rgb(203,181,197); }
H1.HeaderClassName
{
color: #CBB5C5;
}
.AnyTagClassName
{
color: #CBB5C5;
}
</style>
background-color css
<style>
a { background-color: #CBB5C5; }
a { background-color: rgb(203,181,197); }
div.DivClassName
{
background-color: #CBB5C5;
}
.BgClassName
{
background-color: #CBB5C5;
}
</style>
border-color css
<style>
span { border-color: #CBB5C5; }
span { border-color: rgb(203,181,197); }
td.TdClassName
{
border-color: #CBB5C5;
}
.TagClassName
{
border-color: #CBB5C5;
}
</style>