Shades of Cerise #CD265C
Tints of Cerise #CD265C
RGB
CMYK
RGB Variations
Color information
#CD265C (or 0xCD265C) is known color: Cerise. HEX triplet: CD, 26 and 5C. RGB value is (205,38,92). Sum of RGB (Red+Green+Blue) = 205+38+92=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD265C is #32D9A3. Grayscale: #5E5E5E. Windows color (decimal): -3332516 or 6039245. OLE color: 6039245.
HSL color Cylindrical-coordinate representation of color #CD265C: hue angle of 340.6º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD265C is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 38 | 92 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.20 |
| HSL | 340.6º | 0.69% | 0.48% | - |
| HSV(B) | 340.6º | 0.81% | 0.8% | - |
| XYZ | 27.8 | 15.14 | 11.58 | - |
| YUV | 94.09 | 126.83 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 38 | 92 | 0 | 0.81 | 0.55 | 0.20 | 340.6 | 0.69 | 0.48 |
| Hex | CD | 26 | 5C | 0 | 51 | 37 | 14 | 155 | 45 | 30 |
| Octal | 315 | 46 | 134 | 0 | 121 | 67 | 24 | 525 | 105 | 60 |
| Binary | 11001101 | 100110 | 1011100 | 0 | 1010001 | 110111 | 10100 | 101010101 | 1000101 | 110000 |
Color Harmonies of #CD265C
Complementary color
Monochromatic Colors of #CD265C
Black with #CD265C
Text Example
Text Example
White with #CD265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD265C; }
p { color: rgb(205,38,92); }
H1.HeaderClassName
{
color: #CD265C;
}
.AnyTagClassName
{
color: #CD265C;
}
</style>
background-color css
<style>
a { background-color: #CD265C; }
a { background-color: rgb(205,38,92); }
div.DivClassName
{
background-color: #CD265C;
}
.BgClassName
{
background-color: #CD265C;
}
</style>
border-color css
<style>
span { border-color: #CD265C; }
span { border-color: rgb(205,38,92); }
td.TdClassName
{
border-color: #CD265C;
}
.TagClassName
{
border-color: #CD265C;
}
</style>