Shades of Cerise #CF266B
Tints of Cerise #CF266B
RGB
CMYK
RGB Variations
Color information
#CF266B (or 0xCF266B) is known color: Cerise. HEX triplet: CF, 26 and 6B. RGB value is (207,38,107). Sum of RGB (Red+Green+Blue) = 207+38+107=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF266B is #30D994. Grayscale: #606060. Windows color (decimal): -3201429 or 7022287. OLE color: 7022287.
HSL color Cylindrical-coordinate representation of color #CF266B: hue angle of 335.5º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF266B is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 107 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.19 |
| HSL | 335.5º | 0.69% | 0.48% | - |
| HSV(B) | 335.5º | 0.82% | 0.81% | - |
| XYZ | 29.08 | 15.71 | 15.41 | - |
| YUV | 96.4 | 133.99 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 107 | 0 | 0.82 | 0.48 | 0.19 | 335.5 | 0.69 | 0.48 |
| Hex | CF | 26 | 6B | 0 | 52 | 30 | 13 | 150 | 45 | 30 |
| Octal | 317 | 46 | 153 | 0 | 122 | 60 | 23 | 520 | 105 | 60 |
| Binary | 11001111 | 100110 | 1101011 | 0 | 1010010 | 110000 | 10011 | 101010000 | 1000101 | 110000 |
Color Harmonies of #CF266B
Complementary color
Monochromatic Colors of #CF266B
Black with #CF266B
Text Example
Text Example
White with #CF266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF266B; }
p { color: rgb(207,38,107); }
H1.HeaderClassName
{
color: #CF266B;
}
.AnyTagClassName
{
color: #CF266B;
}
</style>
background-color css
<style>
a { background-color: #CF266B; }
a { background-color: rgb(207,38,107); }
div.DivClassName
{
background-color: #CF266B;
}
.BgClassName
{
background-color: #CF266B;
}
</style>
border-color css
<style>
span { border-color: #CF266B; }
span { border-color: rgb(207,38,107); }
td.TdClassName
{
border-color: #CF266B;
}
.TagClassName
{
border-color: #CF266B;
}
</style>