Shades of Charm #CA617E
Tints of Charm #CA617E
RGB
CMYK
RGB Variations
Color information
#CA617E (or 0xCA617E) is known color: Charm. HEX triplet: CA, 61 and 7E. RGB value is (202,97,126). Sum of RGB (Red+Green+Blue) = 202+97+126=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA617E is #359E81. Grayscale: #838383. Windows color (decimal): -3513986 or 8282570. OLE color: 8282570.
HSL color Cylindrical-coordinate representation of color #CA617E: hue angle of 343.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA617E is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 126 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.21 |
| HSL | 343.43º | 0.5% | 0.59% | - |
| HSV(B) | 343.43º | 0.52% | 0.79% | - |
| XYZ | 32.4 | 22.61 | 22.4 | - |
| YUV | 131.7 | 124.79 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 126 | 0 | 0.52 | 0.38 | 0.21 | 343.43 | 0.5 | 0.59 |
| Hex | CA | 61 | 7E | 0 | 34 | 26 | 15 | 157 | 32 | 3B |
| Octal | 312 | 141 | 176 | 0 | 64 | 46 | 25 | 527 | 62 | 73 |
| Binary | 11001010 | 1100001 | 1111110 | 0 | 110100 | 100110 | 10101 | 101010111 | 110010 | 111011 |
Color Harmonies of #CA617E
Complementary color
Monochromatic Colors of #CA617E
Black with #CA617E
Text Example
Text Example
White with #CA617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA617E; }
p { color: rgb(202,97,126); }
H1.HeaderClassName
{
color: #CA617E;
}
.AnyTagClassName
{
color: #CA617E;
}
</style>
background-color css
<style>
a { background-color: #CA617E; }
a { background-color: rgb(202,97,126); }
div.DivClassName
{
background-color: #CA617E;
}
.BgClassName
{
background-color: #CA617E;
}
</style>
border-color css
<style>
span { border-color: #CA617E; }
span { border-color: rgb(202,97,126); }
td.TdClassName
{
border-color: #CA617E;
}
.TagClassName
{
border-color: #CA617E;
}
</style>