Shades of Charm #CA737B
Tints of Charm #CA737B
RGB
CMYK
RGB Variations
Color information
#CA737B (or 0xCA737B) is known color: Charm. HEX triplet: CA, 73 and 7B. RGB value is (202,115,123). Sum of RGB (Red+Green+Blue) = 202+115+123=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA737B is #358C84. Grayscale: #8D8D8D. Windows color (decimal): -3509381 or 8090570. OLE color: 8090570.
HSL color Cylindrical-coordinate representation of color #CA737B: hue angle of 354.48º 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 #CA737B is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 123 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.21 |
| HSL | 354.48º | 0.45% | 0.62% | - |
| HSV(B) | 354.48º | 0.43% | 0.79% | - |
| XYZ | 34.06 | 26.25 | 22.01 | - |
| YUV | 141.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 123 | 0 | 0.43 | 0.39 | 0.21 | 354.48 | 0.45 | 0.62 |
| Hex | CA | 73 | 7B | 0 | 2B | 27 | 15 | 162 | 2D | 3E |
| Octal | 312 | 163 | 173 | 0 | 53 | 47 | 25 | 542 | 55 | 76 |
| Binary | 11001010 | 1110011 | 1111011 | 0 | 101011 | 100111 | 10101 | 101100010 | 101101 | 111110 |
Color Harmonies of #CA737B
Complementary color
Monochromatic Colors of #CA737B
Black with #CA737B
Text Example
Text Example
White with #CA737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA737B; }
p { color: rgb(202,115,123); }
H1.HeaderClassName
{
color: #CA737B;
}
.AnyTagClassName
{
color: #CA737B;
}
</style>
background-color css
<style>
a { background-color: #CA737B; }
a { background-color: rgb(202,115,123); }
div.DivClassName
{
background-color: #CA737B;
}
.BgClassName
{
background-color: #CA737B;
}
</style>
border-color css
<style>
span { border-color: #CA737B; }
span { border-color: rgb(202,115,123); }
td.TdClassName
{
border-color: #CA737B;
}
.TagClassName
{
border-color: #CA737B;
}
</style>