Shades of Maverick #CDB2C3
Tints of Maverick #CDB2C3
RGB
CMYK
RGB Variations
Color information
#CDB2C3 (or 0xCDB2C3) is known color: Maverick. HEX triplet: CD, B2 and C3. RGB value is (205,178,195). Sum of RGB (Red+Green+Blue) = 205+178+195=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2C3 is #324D3C. Grayscale: #BBBBBB. Windows color (decimal): -3296573 or 12825293. OLE color: 12825293.
HSL color Cylindrical-coordinate representation of color #CDB2C3: hue angle of 322.22º 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 #CDB2C3 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 195 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.20 |
| HSL | 322.22º | 0.21% | 0.75% | - |
| HSV(B) | 322.22º | 0.13% | 0.8% | - |
| XYZ | 50.95 | 48.76 | 58.36 | - |
| YUV | 188.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 195 | 0 | 0.13 | 0.05 | 0.20 | 322.22 | 0.21 | 0.75 |
| Hex | CD | B2 | C3 | 0 | D | 5 | 14 | 142 | 15 | 4B |
| Octal | 315 | 262 | 303 | 0 | 15 | 5 | 24 | 502 | 25 | 113 |
| Binary | 11001101 | 10110010 | 11000011 | 0 | 1101 | 101 | 10100 | 101000010 | 10101 | 1001011 |
Color Harmonies of #CDB2C3
Complementary color
Monochromatic Colors of #CDB2C3
Black with #CDB2C3
Text Example
Text Example
White with #CDB2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB2C3; }
p { color: rgb(205,178,195); }
H1.HeaderClassName
{
color: #CDB2C3;
}
.AnyTagClassName
{
color: #CDB2C3;
}
</style>
background-color css
<style>
a { background-color: #CDB2C3; }
a { background-color: rgb(205,178,195); }
div.DivClassName
{
background-color: #CDB2C3;
}
.BgClassName
{
background-color: #CDB2C3;
}
</style>
border-color css
<style>
span { border-color: #CDB2C3; }
span { border-color: rgb(205,178,195); }
td.TdClassName
{
border-color: #CDB2C3;
}
.TagClassName
{
border-color: #CDB2C3;
}
</style>