Shades of Charm #CA7278
Tints of Charm #CA7278
RGB
CMYK
RGB Variations
Color information
#CA7278 (or 0xCA7278) is known color: Charm. HEX triplet: CA, 72 and 78. RGB value is (202,114,120). Sum of RGB (Red+Green+Blue) = 202+114+120=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7278 is #358D87. Grayscale: #8D8D8D. Windows color (decimal): -3509640 or 7893706. OLE color: 7893706.
HSL color Cylindrical-coordinate representation of color #CA7278: hue angle of 355.91º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7278 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 120 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.21 |
| HSL | 355.91º | 0.45% | 0.62% | - |
| HSV(B) | 355.91º | 0.44% | 0.79% | - |
| XYZ | 33.76 | 25.95 | 21 | - |
| YUV | 141 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 120 | 0 | 0.44 | 0.41 | 0.21 | 355.91 | 0.45 | 0.62 |
| Hex | CA | 72 | 78 | 0 | 2C | 29 | 15 | 164 | 2D | 3E |
| Octal | 312 | 162 | 170 | 0 | 54 | 51 | 25 | 544 | 55 | 76 |
| Binary | 11001010 | 1110010 | 1111000 | 0 | 101100 | 101001 | 10101 | 101100100 | 101101 | 111110 |
Color Harmonies of #CA7278
Complementary color
Monochromatic Colors of #CA7278
Black with #CA7278
Text Example
Text Example
White with #CA7278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7278; }
p { color: rgb(202,114,120); }
H1.HeaderClassName
{
color: #CA7278;
}
.AnyTagClassName
{
color: #CA7278;
}
</style>
background-color css
<style>
a { background-color: #CA7278; }
a { background-color: rgb(202,114,120); }
div.DivClassName
{
background-color: #CA7278;
}
.BgClassName
{
background-color: #CA7278;
}
</style>
border-color css
<style>
span { border-color: #CA7278; }
span { border-color: rgb(202,114,120); }
td.TdClassName
{
border-color: #CA7278;
}
.TagClassName
{
border-color: #CA7278;
}
</style>