Shades of Charm #CA7084
Tints of Charm #CA7084
RGB
CMYK
RGB Variations
Color information
#CA7084 (or 0xCA7084) is known color: Charm. HEX triplet: CA, 70 and 84. RGB value is (202,112,132). Sum of RGB (Red+Green+Blue) = 202+112+132=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7084 is #358F7B. Grayscale: #8D8D8D. Windows color (decimal): -3510140 or 8679626. OLE color: 8679626.
HSL color Cylindrical-coordinate representation of color #CA7084: hue angle of 346.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7084 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 132 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.21 |
| HSL | 346.67º | 0.46% | 0.62% | - |
| HSV(B) | 346.67º | 0.45% | 0.79% | - |
| XYZ | 34.32 | 25.81 | 25 | - |
| YUV | 141.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 132 | 0 | 0.45 | 0.35 | 0.21 | 346.67 | 0.46 | 0.62 |
| Hex | CA | 70 | 84 | 0 | 2D | 23 | 15 | 15B | 2E | 3E |
| Octal | 312 | 160 | 204 | 0 | 55 | 43 | 25 | 533 | 56 | 76 |
| Binary | 11001010 | 1110000 | 10000100 | 0 | 101101 | 100011 | 10101 | 101011011 | 101110 | 111110 |
Color Harmonies of #CA7084
Complementary color
Monochromatic Colors of #CA7084
Black with #CA7084
Text Example
Text Example
White with #CA7084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7084; }
p { color: rgb(202,112,132); }
H1.HeaderClassName
{
color: #CA7084;
}
.AnyTagClassName
{
color: #CA7084;
}
</style>
background-color css
<style>
a { background-color: #CA7084; }
a { background-color: rgb(202,112,132); }
div.DivClassName
{
background-color: #CA7084;
}
.BgClassName
{
background-color: #CA7084;
}
</style>
border-color css
<style>
span { border-color: #CA7084; }
span { border-color: rgb(202,112,132); }
td.TdClassName
{
border-color: #CA7084;
}
.TagClassName
{
border-color: #CA7084;
}
</style>