Shades of Maverick #CDB0C3
Tints of Maverick #CDB0C3
RGB
CMYK
RGB Variations
Color information
#CDB0C3 (or 0xCDB0C3) is known color: Maverick. HEX triplet: CD, B0 and C3. RGB value is (205,176,195). Sum of RGB (Red+Green+Blue) = 205+176+195=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0C3 is #324F3C. Grayscale: #BABABA. Windows color (decimal): -3297085 or 12824781. OLE color: 12824781.
HSL color Cylindrical-coordinate representation of color #CDB0C3: hue angle of 320.69º 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 #CDB0C3 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 195 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.20 |
| HSL | 320.69º | 0.22% | 0.75% | - |
| HSV(B) | 320.69º | 0.14% | 0.8% | - |
| XYZ | 50.55 | 47.97 | 58.22 | - |
| YUV | 186.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 195 | 0 | 0.14 | 0.05 | 0.20 | 320.69 | 0.22 | 0.75 |
| Hex | CD | B0 | C3 | 0 | E | 5 | 14 | 141 | 16 | 4B |
| Octal | 315 | 260 | 303 | 0 | 16 | 5 | 24 | 501 | 26 | 113 |
| Binary | 11001101 | 10110000 | 11000011 | 0 | 1110 | 101 | 10100 | 101000001 | 10110 | 1001011 |
Color Harmonies of #CDB0C3
Complementary color
Monochromatic Colors of #CDB0C3
Black with #CDB0C3
Text Example
Text Example
White with #CDB0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0C3; }
p { color: rgb(205,176,195); }
H1.HeaderClassName
{
color: #CDB0C3;
}
.AnyTagClassName
{
color: #CDB0C3;
}
</style>
background-color css
<style>
a { background-color: #CDB0C3; }
a { background-color: rgb(205,176,195); }
div.DivClassName
{
background-color: #CDB0C3;
}
.BgClassName
{
background-color: #CDB0C3;
}
</style>
border-color css
<style>
span { border-color: #CDB0C3; }
span { border-color: rgb(205,176,195); }
td.TdClassName
{
border-color: #CDB0C3;
}
.TagClassName
{
border-color: #CDB0C3;
}
</style>