Shades of Cerise #CD266D
Tints of Cerise #CD266D
RGB
CMYK
RGB Variations
Color information
#CD266D (or 0xCD266D) is known color: Cerise. HEX triplet: CD, 26 and 6D. RGB value is (205,38,109). Sum of RGB (Red+Green+Blue) = 205+38+109=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD266D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD266D is #32D992. Grayscale: #5F5F5F. Windows color (decimal): -3332499 or 7153357. OLE color: 7153357.
HSL color Cylindrical-coordinate representation of color #CD266D: hue angle of 334.49º 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 #CD266D is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 38 | 109 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.20 |
| HSL | 334.49º | 0.69% | 0.48% | - |
| HSV(B) | 334.49º | 0.81% | 0.8% | - |
| XYZ | 28.63 | 15.47 | 15.94 | - |
| YUV | 96.03 | 135.33 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 38 | 109 | 0 | 0.81 | 0.47 | 0.20 | 334.49 | 0.69 | 0.48 |
| Hex | CD | 26 | 6D | 0 | 51 | 2F | 14 | 14E | 45 | 30 |
| Octal | 315 | 46 | 155 | 0 | 121 | 57 | 24 | 516 | 105 | 60 |
| Binary | 11001101 | 100110 | 1101101 | 0 | 1010001 | 101111 | 10100 | 101001110 | 1000101 | 110000 |
Color Harmonies of #CD266D
Complementary color
Monochromatic Colors of #CD266D
Black with #CD266D
Text Example
Text Example
White with #CD266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD266D; }
p { color: rgb(205,38,109); }
H1.HeaderClassName
{
color: #CD266D;
}
.AnyTagClassName
{
color: #CD266D;
}
</style>
background-color css
<style>
a { background-color: #CD266D; }
a { background-color: rgb(205,38,109); }
div.DivClassName
{
background-color: #CD266D;
}
.BgClassName
{
background-color: #CD266D;
}
</style>
border-color css
<style>
span { border-color: #CD266D; }
span { border-color: rgb(205,38,109); }
td.TdClassName
{
border-color: #CD266D;
}
.TagClassName
{
border-color: #CD266D;
}
</style>