Shades of Charm #CA737D
Tints of Charm #CA737D
RGB
CMYK
RGB Variations
Color information
#CA737D (or 0xCA737D) is known color: Charm. HEX triplet: CA, 73 and 7D. RGB value is (202,115,125). Sum of RGB (Red+Green+Blue) = 202+115+125=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA737D is #358C82. Grayscale: #8E8E8E. Windows color (decimal): -3509379 or 8221642. OLE color: 8221642.
HSL color Cylindrical-coordinate representation of color #CA737D: hue angle of 353.1º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA737D is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 125 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.21 |
| HSL | 353.1º | 0.45% | 0.62% | - |
| HSV(B) | 353.1º | 0.43% | 0.79% | - |
| XYZ | 34.19 | 26.3 | 22.68 | - |
| YUV | 142.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 125 | 0 | 0.43 | 0.38 | 0.21 | 353.1 | 0.45 | 0.62 |
| Hex | CA | 73 | 7D | 0 | 2B | 26 | 15 | 161 | 2D | 3E |
| Octal | 312 | 163 | 175 | 0 | 53 | 46 | 25 | 541 | 55 | 76 |
| Binary | 11001010 | 1110011 | 1111101 | 0 | 101011 | 100110 | 10101 | 101100001 | 101101 | 111110 |
Color Harmonies of #CA737D
Complementary color
Monochromatic Colors of #CA737D
Black with #CA737D
Text Example
Text Example
White with #CA737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA737D; }
p { color: rgb(202,115,125); }
H1.HeaderClassName
{
color: #CA737D;
}
.AnyTagClassName
{
color: #CA737D;
}
</style>
background-color css
<style>
a { background-color: #CA737D; }
a { background-color: rgb(202,115,125); }
div.DivClassName
{
background-color: #CA737D;
}
.BgClassName
{
background-color: #CA737D;
}
</style>
border-color css
<style>
span { border-color: #CA737D; }
span { border-color: rgb(202,115,125); }
td.TdClassName
{
border-color: #CA737D;
}
.TagClassName
{
border-color: #CA737D;
}
</style>