Shades of Charm #CA738A
Tints of Charm #CA738A
RGB
CMYK
RGB Variations
Color information
#CA738A (or 0xCA738A) is known color: Charm. HEX triplet: CA, 73 and 8A. RGB value is (202,115,138). Sum of RGB (Red+Green+Blue) = 202+115+138=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA738A is #358C75. Grayscale: #8F8F8F. Windows color (decimal): -3509366 or 9073610. OLE color: 9073610.
HSL color Cylindrical-coordinate representation of color #CA738A: hue angle of 344.14º 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 #CA738A is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 138 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.21 |
| HSL | 344.14º | 0.45% | 0.62% | - |
| HSV(B) | 344.14º | 0.43% | 0.79% | - |
| XYZ | 35.08 | 26.65 | 27.34 | - |
| YUV | 143.64 | 124.82 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 138 | 0 | 0.43 | 0.32 | 0.21 | 344.14 | 0.45 | 0.62 |
| Hex | CA | 73 | 8A | 0 | 2B | 20 | 15 | 158 | 2D | 3E |
| Octal | 312 | 163 | 212 | 0 | 53 | 40 | 25 | 530 | 55 | 76 |
| Binary | 11001010 | 1110011 | 10001010 | 0 | 101011 | 100000 | 10101 | 101011000 | 101101 | 111110 |
Color Harmonies of #CA738A
Complementary color
Monochromatic Colors of #CA738A
Black with #CA738A
Text Example
Text Example
White with #CA738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA738A; }
p { color: rgb(202,115,138); }
H1.HeaderClassName
{
color: #CA738A;
}
.AnyTagClassName
{
color: #CA738A;
}
</style>
background-color css
<style>
a { background-color: #CA738A; }
a { background-color: rgb(202,115,138); }
div.DivClassName
{
background-color: #CA738A;
}
.BgClassName
{
background-color: #CA738A;
}
</style>
border-color css
<style>
span { border-color: #CA738A; }
span { border-color: rgb(202,115,138); }
td.TdClassName
{
border-color: #CA738A;
}
.TagClassName
{
border-color: #CA738A;
}
</style>