Shades of Maverick #CDB2C5
Tints of Maverick #CDB2C5
RGB
CMYK
RGB Variations
Color information
#CDB2C5 (or 0xCDB2C5) is known color: Maverick. HEX triplet: CD, B2 and C5. RGB value is (205,178,197). Sum of RGB (Red+Green+Blue) = 205+178+197=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2C5 is #324D3A. Grayscale: #BCBCBC. Windows color (decimal): -3296571 or 12956365. OLE color: 12956365.
HSL color Cylindrical-coordinate representation of color #CDB2C5: hue angle of 317.78º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB2C5 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 197 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.20 |
| HSL | 317.78º | 0.21% | 0.75% | - |
| HSV(B) | 317.78º | 0.13% | 0.8% | - |
| XYZ | 51.18 | 48.85 | 59.56 | - |
| YUV | 188.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 197 | 0 | 0.13 | 0.04 | 0.20 | 317.78 | 0.21 | 0.75 |
| Hex | CD | B2 | C5 | 0 | D | 4 | 14 | 13E | 15 | 4B |
| Octal | 315 | 262 | 305 | 0 | 15 | 4 | 24 | 476 | 25 | 113 |
| Binary | 11001101 | 10110010 | 11000101 | 0 | 1101 | 100 | 10100 | 100111110 | 10101 | 1001011 |
Color Harmonies of #CDB2C5
Complementary color
Monochromatic Colors of #CDB2C5
Black with #CDB2C5
Text Example
Text Example
White with #CDB2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB2C5; }
p { color: rgb(205,178,197); }
H1.HeaderClassName
{
color: #CDB2C5;
}
.AnyTagClassName
{
color: #CDB2C5;
}
</style>
background-color css
<style>
a { background-color: #CDB2C5; }
a { background-color: rgb(205,178,197); }
div.DivClassName
{
background-color: #CDB2C5;
}
.BgClassName
{
background-color: #CDB2C5;
}
</style>
border-color css
<style>
span { border-color: #CDB2C5; }
span { border-color: rgb(205,178,197); }
td.TdClassName
{
border-color: #CDB2C5;
}
.TagClassName
{
border-color: #CDB2C5;
}
</style>