Shades of Maverick #CDB1C7
Tints of Maverick #CDB1C7
RGB
CMYK
RGB Variations
Color information
#CDB1C7 (or 0xCDB1C7) is known color: Maverick. HEX triplet: CD, B1 and C7. RGB value is (205,177,199). Sum of RGB (Red+Green+Blue) = 205+177+199=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1C7 is #324E38. Grayscale: #BBBBBB. Windows color (decimal): -3296825 or 13087181. OLE color: 13087181.
HSL color Cylindrical-coordinate representation of color #CDB1C7: hue angle of 312.86º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDB1C7 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 199 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.20 |
| HSL | 312.86º | 0.22% | 0.75% | - |
| HSV(B) | 312.86º | 0.14% | 0.8% | - |
| XYZ | 51.21 | 48.55 | 60.7 | - |
| YUV | 187.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 199 | 0 | 0.14 | 0.03 | 0.20 | 312.86 | 0.22 | 0.75 |
| Hex | CD | B1 | C7 | 0 | E | 3 | 14 | 139 | 16 | 4B |
| Octal | 315 | 261 | 307 | 0 | 16 | 3 | 24 | 471 | 26 | 113 |
| Binary | 11001101 | 10110001 | 11000111 | 0 | 1110 | 11 | 10100 | 100111001 | 10110 | 1001011 |
Color Harmonies of #CDB1C7
Complementary color
Monochromatic Colors of #CDB1C7
Black with #CDB1C7
Text Example
Text Example
White with #CDB1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB1C7; }
p { color: rgb(205,177,199); }
H1.HeaderClassName
{
color: #CDB1C7;
}
.AnyTagClassName
{
color: #CDB1C7;
}
</style>
background-color css
<style>
a { background-color: #CDB1C7; }
a { background-color: rgb(205,177,199); }
div.DivClassName
{
background-color: #CDB1C7;
}
.BgClassName
{
background-color: #CDB1C7;
}
</style>
border-color css
<style>
span { border-color: #CDB1C7; }
span { border-color: rgb(205,177,199); }
td.TdClassName
{
border-color: #CDB1C7;
}
.TagClassName
{
border-color: #CDB1C7;
}
</style>