Shades of Cerise #CD266B
Tints of Cerise #CD266B
RGB
CMYK
RGB Variations
Color information
#CD266B (or 0xCD266B) is known color: Cerise. HEX triplet: CD, 26 and 6B. RGB value is (205,38,107). Sum of RGB (Red+Green+Blue) = 205+38+107=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD266B is #32D994. Grayscale: #5F5F5F. Windows color (decimal): -3332501 or 7022285. OLE color: 7022285.
HSL color Cylindrical-coordinate representation of color #CD266B: hue angle of 335.21º 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 #CD266B is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 38 | 107 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.20 |
| HSL | 335.21º | 0.69% | 0.48% | - |
| HSV(B) | 335.21º | 0.81% | 0.8% | - |
| XYZ | 28.52 | 15.43 | 15.38 | - |
| YUV | 95.8 | 134.33 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 38 | 107 | 0 | 0.81 | 0.48 | 0.20 | 335.21 | 0.69 | 0.48 |
| Hex | CD | 26 | 6B | 0 | 51 | 30 | 14 | 14F | 45 | 30 |
| Octal | 315 | 46 | 153 | 0 | 121 | 60 | 24 | 517 | 105 | 60 |
| Binary | 11001101 | 100110 | 1101011 | 0 | 1010001 | 110000 | 10100 | 101001111 | 1000101 | 110000 |
Color Harmonies of #CD266B
Complementary color
Monochromatic Colors of #CD266B
Black with #CD266B
Text Example
Text Example
White with #CD266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD266B; }
p { color: rgb(205,38,107); }
H1.HeaderClassName
{
color: #CD266B;
}
.AnyTagClassName
{
color: #CD266B;
}
</style>
background-color css
<style>
a { background-color: #CD266B; }
a { background-color: rgb(205,38,107); }
div.DivClassName
{
background-color: #CD266B;
}
.BgClassName
{
background-color: #CD266B;
}
</style>
border-color css
<style>
span { border-color: #CD266B; }
span { border-color: rgb(205,38,107); }
td.TdClassName
{
border-color: #CD266B;
}
.TagClassName
{
border-color: #CD266B;
}
</style>