Shades of Cerise #CD266E
Tints of Cerise #CD266E
RGB
CMYK
RGB Variations
Color information
#CD266E (or 0xCD266E) is known color: Cerise. HEX triplet: CD, 26 and 6E. RGB value is (205,38,110). Sum of RGB (Red+Green+Blue) = 205+38+110=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD266E is #32D991. Grayscale: #606060. Windows color (decimal): -3332498 or 7218893. OLE color: 7218893.
HSL color Cylindrical-coordinate representation of color #CD266E: hue angle of 334.13º 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 #CD266E is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 38 | 110 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.20 |
| HSL | 334.13º | 0.69% | 0.48% | - |
| HSV(B) | 334.13º | 0.81% | 0.8% | - |
| XYZ | 28.68 | 15.49 | 16.23 | - |
| YUV | 96.14 | 135.83 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 38 | 110 | 0 | 0.81 | 0.46 | 0.20 | 334.13 | 0.69 | 0.48 |
| Hex | CD | 26 | 6E | 0 | 51 | 2E | 14 | 14E | 45 | 30 |
| Octal | 315 | 46 | 156 | 0 | 121 | 56 | 24 | 516 | 105 | 60 |
| Binary | 11001101 | 100110 | 1101110 | 0 | 1010001 | 101110 | 10100 | 101001110 | 1000101 | 110000 |
Color Harmonies of #CD266E
Complementary color
Monochromatic Colors of #CD266E
Black with #CD266E
Text Example
Text Example
White with #CD266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD266E; }
p { color: rgb(205,38,110); }
H1.HeaderClassName
{
color: #CD266E;
}
.AnyTagClassName
{
color: #CD266E;
}
</style>
background-color css
<style>
a { background-color: #CD266E; }
a { background-color: rgb(205,38,110); }
div.DivClassName
{
background-color: #CD266E;
}
.BgClassName
{
background-color: #CD266E;
}
</style>
border-color css
<style>
span { border-color: #CD266E; }
span { border-color: rgb(205,38,110); }
td.TdClassName
{
border-color: #CD266E;
}
.TagClassName
{
border-color: #CD266E;
}
</style>