Shades of Charm #CA757B
Tints of Charm #CA757B
RGB
CMYK
RGB Variations
Color information
#CA757B (or 0xCA757B) is known color: Charm. HEX triplet: CA, 75 and 7B. RGB value is (202,117,123). Sum of RGB (Red+Green+Blue) = 202+117+123=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA757B is #358A84. Grayscale: #8F8F8F. Windows color (decimal): -3508869 or 8091082. OLE color: 8091082.
HSL color Cylindrical-coordinate representation of color #CA757B: hue angle of 355.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA757B is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 123 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.21 |
| HSL | 355.76º | 0.45% | 0.63% | - |
| HSV(B) | 355.76º | 0.42% | 0.79% | - |
| XYZ | 34.29 | 26.71 | 22.09 | - |
| YUV | 143.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 123 | 0 | 0.42 | 0.39 | 0.21 | 355.76 | 0.45 | 0.63 |
| Hex | CA | 75 | 7B | 0 | 2A | 27 | 15 | 164 | 2D | 3F |
| Octal | 312 | 165 | 173 | 0 | 52 | 47 | 25 | 544 | 55 | 77 |
| Binary | 11001010 | 1110101 | 1111011 | 0 | 101010 | 100111 | 10101 | 101100100 | 101101 | 111111 |
Color Harmonies of #CA757B
Complementary color
Monochromatic Colors of #CA757B
Black with #CA757B
Text Example
Text Example
White with #CA757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA757B; }
p { color: rgb(202,117,123); }
H1.HeaderClassName
{
color: #CA757B;
}
.AnyTagClassName
{
color: #CA757B;
}
</style>
background-color css
<style>
a { background-color: #CA757B; }
a { background-color: rgb(202,117,123); }
div.DivClassName
{
background-color: #CA757B;
}
.BgClassName
{
background-color: #CA757B;
}
</style>
border-color css
<style>
span { border-color: #CA757B; }
span { border-color: rgb(202,117,123); }
td.TdClassName
{
border-color: #CA757B;
}
.TagClassName
{
border-color: #CA757B;
}
</style>