Shades of Mandy #CB425D
Tints of Mandy #CB425D
RGB
CMYK
RGB Variations
Color information
#CB425D (or 0xCB425D) is known color: Mandy. HEX triplet: CB, 42 and 5D. RGB value is (203,66,93). Sum of RGB (Red+Green+Blue) = 203+66+93=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB425D is #34BDA2. Grayscale: #6E6E6E. Windows color (decimal): -3456419 or 6111947. OLE color: 6111947.
HSL color Cylindrical-coordinate representation of color #CB425D: hue angle of 348.18º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB425D is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 93 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.20 |
| HSL | 348.18º | 0.57% | 0.53% | - |
| HSV(B) | 348.18º | 0.67% | 0.8% | - |
| XYZ | 28.55 | 17.38 | 12.21 | - |
| YUV | 110.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 93 | 0 | 0.67 | 0.54 | 0.20 | 348.18 | 0.57 | 0.53 |
| Hex | CB | 42 | 5D | 0 | 43 | 36 | 14 | 15C | 39 | 35 |
| Octal | 313 | 102 | 135 | 0 | 103 | 66 | 24 | 534 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1011101 | 0 | 1000011 | 110110 | 10100 | 101011100 | 111001 | 110101 |
Color Harmonies of #CB425D
Complementary color
Monochromatic Colors of #CB425D
Black with #CB425D
Text Example
Text Example
White with #CB425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB425D; }
p { color: rgb(203,66,93); }
H1.HeaderClassName
{
color: #CB425D;
}
.AnyTagClassName
{
color: #CB425D;
}
</style>
background-color css
<style>
a { background-color: #CB425D; }
a { background-color: rgb(203,66,93); }
div.DivClassName
{
background-color: #CB425D;
}
.BgClassName
{
background-color: #CB425D;
}
</style>
border-color css
<style>
span { border-color: #CB425D; }
span { border-color: rgb(203,66,93); }
td.TdClassName
{
border-color: #CB425D;
}
.TagClassName
{
border-color: #CB425D;
}
</style>