Shades of Mandy #CB465C
Tints of Mandy #CB465C
RGB
CMYK
RGB Variations
Color information
#CB465C (or 0xCB465C) is known color: Mandy. HEX triplet: CB, 46 and 5C. RGB value is (203,70,92). Sum of RGB (Red+Green+Blue) = 203+70+92=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB465C is #34B9A3. Grayscale: #707070. Windows color (decimal): -3455396 or 6047435. OLE color: 6047435.
HSL color Cylindrical-coordinate representation of color #CB465C: hue angle of 350.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB465C is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 92 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.20 |
| HSL | 350.08º | 0.56% | 0.54% | - |
| HSV(B) | 350.08º | 0.66% | 0.8% | - |
| XYZ | 28.75 | 17.85 | 12.06 | - |
| YUV | 112.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 92 | 0 | 0.66 | 0.55 | 0.20 | 350.08 | 0.56 | 0.54 |
| Hex | CB | 46 | 5C | 0 | 42 | 37 | 14 | 15E | 38 | 36 |
| Octal | 313 | 106 | 134 | 0 | 102 | 67 | 24 | 536 | 70 | 66 |
| Binary | 11001011 | 1000110 | 1011100 | 0 | 1000010 | 110111 | 10100 | 101011110 | 111000 | 110110 |
Color Harmonies of #CB465C
Complementary color
Monochromatic Colors of #CB465C
Black with #CB465C
Text Example
Text Example
White with #CB465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB465C; }
p { color: rgb(203,70,92); }
H1.HeaderClassName
{
color: #CB465C;
}
.AnyTagClassName
{
color: #CB465C;
}
</style>
background-color css
<style>
a { background-color: #CB465C; }
a { background-color: rgb(203,70,92); }
div.DivClassName
{
background-color: #CB465C;
}
.BgClassName
{
background-color: #CB465C;
}
</style>
border-color css
<style>
span { border-color: #CB465C; }
span { border-color: rgb(203,70,92); }
td.TdClassName
{
border-color: #CB465C;
}
.TagClassName
{
border-color: #CB465C;
}
</style>