Shades of Cerise #CD256C
Tints of Cerise #CD256C
RGB
CMYK
RGB Variations
Color information
#CD256C (or 0xCD256C) is known color: Cerise. HEX triplet: CD, 25 and 6C. RGB value is (205,37,108). Sum of RGB (Red+Green+Blue) = 205+37+108=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD256C is #32DA93. Grayscale: #5F5F5F. Windows color (decimal): -3332756 or 7087565. OLE color: 7087565.
HSL color Cylindrical-coordinate representation of color #CD256C: hue angle of 334.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD256C is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 37 | 108 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.20 |
| HSL | 334.64º | 0.69% | 0.47% | - |
| HSV(B) | 334.64º | 0.82% | 0.8% | - |
| XYZ | 28.55 | 15.38 | 15.65 | - |
| YUV | 95.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 37 | 108 | 0 | 0.82 | 0.47 | 0.20 | 334.64 | 0.69 | 0.47 |
| Hex | CD | 25 | 6C | 0 | 52 | 2F | 14 | 14F | 45 | 2F |
| Octal | 315 | 45 | 154 | 0 | 122 | 57 | 24 | 517 | 105 | 57 |
| Binary | 11001101 | 100101 | 1101100 | 0 | 1010010 | 101111 | 10100 | 101001111 | 1000101 | 101111 |
Color Harmonies of #CD256C
Complementary color
Monochromatic Colors of #CD256C
Black with #CD256C
Text Example
Text Example
White with #CD256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD256C; }
p { color: rgb(205,37,108); }
H1.HeaderClassName
{
color: #CD256C;
}
.AnyTagClassName
{
color: #CD256C;
}
</style>
background-color css
<style>
a { background-color: #CD256C; }
a { background-color: rgb(205,37,108); }
div.DivClassName
{
background-color: #CD256C;
}
.BgClassName
{
background-color: #CD256C;
}
</style>
border-color css
<style>
span { border-color: #CD256C; }
span { border-color: rgb(205,37,108); }
td.TdClassName
{
border-color: #CD256C;
}
.TagClassName
{
border-color: #CD256C;
}
</style>