Shades of Cerise #CD286F
Tints of Cerise #CD286F
RGB
CMYK
RGB Variations
Color information
#CD286F (or 0xCD286F) is known color: Cerise. HEX triplet: CD, 28 and 6F. RGB value is (205,40,111). Sum of RGB (Red+Green+Blue) = 205+40+111=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD286F is #32D790. Grayscale: #616161. Windows color (decimal): -3331985 or 7284941. OLE color: 7284941.
HSL color Cylindrical-coordinate representation of color #CD286F: hue angle of 334.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD286F is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 111 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.20 |
| HSL | 334.18º | 0.67% | 0.48% | - |
| HSV(B) | 334.18º | 0.8% | 0.8% | - |
| XYZ | 28.8 | 15.64 | 16.54 | - |
| YUV | 97.43 | 135.66 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 111 | 0 | 0.80 | 0.46 | 0.20 | 334.18 | 0.67 | 0.48 |
| Hex | CD | 28 | 6F | 0 | 50 | 2E | 14 | 14E | 43 | 30 |
| Octal | 315 | 50 | 157 | 0 | 120 | 56 | 24 | 516 | 103 | 60 |
| Binary | 11001101 | 101000 | 1101111 | 0 | 1010000 | 101110 | 10100 | 101001110 | 1000011 | 110000 |
Color Harmonies of #CD286F
Complementary color
Monochromatic Colors of #CD286F
Black with #CD286F
Text Example
Text Example
White with #CD286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD286F; }
p { color: rgb(205,40,111); }
H1.HeaderClassName
{
color: #CD286F;
}
.AnyTagClassName
{
color: #CD286F;
}
</style>
background-color css
<style>
a { background-color: #CD286F; }
a { background-color: rgb(205,40,111); }
div.DivClassName
{
background-color: #CD286F;
}
.BgClassName
{
background-color: #CD286F;
}
</style>
border-color css
<style>
span { border-color: #CD286F; }
span { border-color: rgb(205,40,111); }
td.TdClassName
{
border-color: #CD286F;
}
.TagClassName
{
border-color: #CD286F;
}
</style>