Shades of Charm #CA7F8C
Tints of Charm #CA7F8C
RGB
CMYK
RGB Variations
Color information
#CA7F8C (or 0xCA7F8C) is known color: Charm. HEX triplet: CA, 7F and 8C. RGB value is (202,127,140). Sum of RGB (Red+Green+Blue) = 202+127+140=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F8C is #358073. Grayscale: #969696. Windows color (decimal): -3506292 or 9207754. OLE color: 9207754.
HSL color Cylindrical-coordinate representation of color #CA7F8C: hue angle of 349.6º 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 #CA7F8C is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 140 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.21 |
| HSL | 349.6º | 0.41% | 0.65% | - |
| HSV(B) | 349.6º | 0.37% | 0.79% | - |
| XYZ | 36.68 | 29.63 | 28.6 | - |
| YUV | 150.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 140 | 0 | 0.37 | 0.31 | 0.21 | 349.6 | 0.41 | 0.65 |
| Hex | CA | 7F | 8C | 0 | 25 | 1F | 15 | 15E | 29 | 41 |
| Octal | 312 | 177 | 214 | 0 | 45 | 37 | 25 | 536 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10001100 | 0 | 100101 | 11111 | 10101 | 101011110 | 101001 | 1000001 |
Color Harmonies of #CA7F8C
Complementary color
Monochromatic Colors of #CA7F8C
Black with #CA7F8C
Text Example
Text Example
White with #CA7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F8C; }
p { color: rgb(202,127,140); }
H1.HeaderClassName
{
color: #CA7F8C;
}
.AnyTagClassName
{
color: #CA7F8C;
}
</style>
background-color css
<style>
a { background-color: #CA7F8C; }
a { background-color: rgb(202,127,140); }
div.DivClassName
{
background-color: #CA7F8C;
}
.BgClassName
{
background-color: #CA7F8C;
}
</style>
border-color css
<style>
span { border-color: #CA7F8C; }
span { border-color: rgb(202,127,140); }
td.TdClassName
{
border-color: #CA7F8C;
}
.TagClassName
{
border-color: #CA7F8C;
}
</style>