Shades of Mandy #CB444D
Tints of Mandy #CB444D
RGB
CMYK
RGB Variations
Color information
#CB444D (or 0xCB444D) is known color: Mandy. HEX triplet: CB, 44 and 4D. RGB value is (203,68,77). Sum of RGB (Red+Green+Blue) = 203+68+77=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB444D is #34BBB2. Grayscale: #6D6D6D. Windows color (decimal): -3455923 or 5063883. OLE color: 5063883.
HSL color Cylindrical-coordinate representation of color #CB444D: hue angle of 356º 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 #CB444D is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 77 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.20 |
| HSL | 356º | 0.56% | 0.53% | - |
| HSV(B) | 356º | 0.67% | 0.8% | - |
| XYZ | 28.04 | 17.37 | 8.9 | - |
| YUV | 109.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 77 | 0 | 0.67 | 0.62 | 0.20 | 356 | 0.56 | 0.53 |
| Hex | CB | 44 | 4D | 0 | 43 | 3E | 14 | 164 | 38 | 35 |
| Octal | 313 | 104 | 115 | 0 | 103 | 76 | 24 | 544 | 70 | 65 |
| Binary | 11001011 | 1000100 | 1001101 | 0 | 1000011 | 111110 | 10100 | 101100100 | 111000 | 110101 |
Color Harmonies of #CB444D
Complementary color
Monochromatic Colors of #CB444D
Black with #CB444D
Text Example
Text Example
White with #CB444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB444D; }
p { color: rgb(203,68,77); }
H1.HeaderClassName
{
color: #CB444D;
}
.AnyTagClassName
{
color: #CB444D;
}
</style>
background-color css
<style>
a { background-color: #CB444D; }
a { background-color: rgb(203,68,77); }
div.DivClassName
{
background-color: #CB444D;
}
.BgClassName
{
background-color: #CB444D;
}
</style>
border-color css
<style>
span { border-color: #CB444D; }
span { border-color: rgb(203,68,77); }
td.TdClassName
{
border-color: #CB444D;
}
.TagClassName
{
border-color: #CB444D;
}
</style>