Shades of Charm #CA7F8E
Tints of Charm #CA7F8E
RGB
CMYK
RGB Variations
Color information
#CA7F8E (or 0xCA7F8E) is known color: Charm. HEX triplet: CA, 7F and 8E. RGB value is (202,127,142). Sum of RGB (Red+Green+Blue) = 202+127+142=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F8E is #358071. Grayscale: #979797. Windows color (decimal): -3506290 or 9338826. OLE color: 9338826.
HSL color Cylindrical-coordinate representation of color #CA7F8E: hue angle of 348º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7F8E is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 142 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.21 |
| HSL | 348º | 0.41% | 0.65% | - |
| HSV(B) | 348º | 0.37% | 0.79% | - |
| XYZ | 36.83 | 29.69 | 29.38 | - |
| YUV | 151.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 142 | 0 | 0.37 | 0.30 | 0.21 | 348 | 0.41 | 0.65 |
| Hex | CA | 7F | 8E | 0 | 25 | 1E | 15 | 15C | 29 | 41 |
| Octal | 312 | 177 | 216 | 0 | 45 | 36 | 25 | 534 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10001110 | 0 | 100101 | 11110 | 10101 | 101011100 | 101001 | 1000001 |
Color Harmonies of #CA7F8E
Complementary color
Monochromatic Colors of #CA7F8E
Black with #CA7F8E
Text Example
Text Example
White with #CA7F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F8E; }
p { color: rgb(202,127,142); }
H1.HeaderClassName
{
color: #CA7F8E;
}
.AnyTagClassName
{
color: #CA7F8E;
}
</style>
background-color css
<style>
a { background-color: #CA7F8E; }
a { background-color: rgb(202,127,142); }
div.DivClassName
{
background-color: #CA7F8E;
}
.BgClassName
{
background-color: #CA7F8E;
}
</style>
border-color css
<style>
span { border-color: #CA7F8E; }
span { border-color: rgb(202,127,142); }
td.TdClassName
{
border-color: #CA7F8E;
}
.TagClassName
{
border-color: #CA7F8E;
}
</style>