Shades of Mandy #CB445C
Tints of Mandy #CB445C
RGB
CMYK
RGB Variations
Color information
#CB445C (or 0xCB445C) is known color: Mandy. HEX triplet: CB, 44 and 5C. RGB value is (203,68,92). Sum of RGB (Red+Green+Blue) = 203+68+92=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB445C is #34BBA3. Grayscale: #6F6F6F. Windows color (decimal): -3455908 or 6046923. OLE color: 6046923.
HSL color Cylindrical-coordinate representation of color #CB445C: hue angle of 349.33º degrees, saturation: 0.56, 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 #CB445C is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 92 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.20 |
| HSL | 349.33º | 0.56% | 0.53% | - |
| HSV(B) | 349.33º | 0.67% | 0.8% | - |
| XYZ | 28.63 | 17.6 | 12.01 | - |
| YUV | 111.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 92 | 0 | 0.67 | 0.55 | 0.20 | 349.33 | 0.56 | 0.53 |
| Hex | CB | 44 | 5C | 0 | 43 | 37 | 14 | 15D | 38 | 35 |
| Octal | 313 | 104 | 134 | 0 | 103 | 67 | 24 | 535 | 70 | 65 |
| Binary | 11001011 | 1000100 | 1011100 | 0 | 1000011 | 110111 | 10100 | 101011101 | 111000 | 110101 |
Color Harmonies of #CB445C
Complementary color
Monochromatic Colors of #CB445C
Black with #CB445C
Text Example
Text Example
White with #CB445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB445C; }
p { color: rgb(203,68,92); }
H1.HeaderClassName
{
color: #CB445C;
}
.AnyTagClassName
{
color: #CB445C;
}
</style>
background-color css
<style>
a { background-color: #CB445C; }
a { background-color: rgb(203,68,92); }
div.DivClassName
{
background-color: #CB445C;
}
.BgClassName
{
background-color: #CB445C;
}
</style>
border-color css
<style>
span { border-color: #CB445C; }
span { border-color: rgb(203,68,92); }
td.TdClassName
{
border-color: #CB445C;
}
.TagClassName
{
border-color: #CB445C;
}
</style>