Shades of Cerise #CA266C
Tints of Cerise #CA266C
RGB
CMYK
RGB Variations
Color information
#CA266C (or 0xCA266C) is known color: Cerise. HEX triplet: CA, 26 and 6C. RGB value is (202,38,108). Sum of RGB (Red+Green+Blue) = 202+38+108=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA266C is #35D993. Grayscale: #5E5E5E. Windows color (decimal): -3529108 or 7087818. OLE color: 7087818.
HSL color Cylindrical-coordinate representation of color #CA266C: hue angle of 334.39º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA266C is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 108 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.21 |
| HSL | 334.39º | 0.68% | 0.47% | - |
| HSV(B) | 334.39º | 0.81% | 0.79% | - |
| XYZ | 27.76 | 15.03 | 15.62 | - |
| YUV | 95.02 | 135.33 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 108 | 0 | 0.81 | 0.47 | 0.21 | 334.39 | 0.68 | 0.47 |
| Hex | CA | 26 | 6C | 0 | 51 | 2F | 15 | 14E | 44 | 2F |
| Octal | 312 | 46 | 154 | 0 | 121 | 57 | 25 | 516 | 104 | 57 |
| Binary | 11001010 | 100110 | 1101100 | 0 | 1010001 | 101111 | 10101 | 101001110 | 1000100 | 101111 |
Color Harmonies of #CA266C
Complementary color
Monochromatic Colors of #CA266C
Black with #CA266C
Text Example
Text Example
White with #CA266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA266C; }
p { color: rgb(202,38,108); }
H1.HeaderClassName
{
color: #CA266C;
}
.AnyTagClassName
{
color: #CA266C;
}
</style>
background-color css
<style>
a { background-color: #CA266C; }
a { background-color: rgb(202,38,108); }
div.DivClassName
{
background-color: #CA266C;
}
.BgClassName
{
background-color: #CA266C;
}
</style>
border-color css
<style>
span { border-color: #CA266C; }
span { border-color: rgb(202,38,108); }
td.TdClassName
{
border-color: #CA266C;
}
.TagClassName
{
border-color: #CA266C;
}
</style>