Shades of Charm #CA7D92
Tints of Charm #CA7D92
RGB
CMYK
RGB Variations
Color information
#CA7D92 (or 0xCA7D92) is known color: Charm. HEX triplet: CA, 7D and 92. RGB value is (202,125,146). Sum of RGB (Red+Green+Blue) = 202+125+146=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7D92 is #35826D. Grayscale: #969696. Windows color (decimal): -3506798 or 9600458. OLE color: 9600458.
HSL color Cylindrical-coordinate representation of color #CA7D92: hue angle of 343.64º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7D92 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 146 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.21 |
| HSL | 343.64º | 0.42% | 0.64% | - |
| HSV(B) | 343.64º | 0.38% | 0.79% | - |
| XYZ | 36.88 | 29.3 | 30.91 | - |
| YUV | 150.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 146 | 0 | 0.38 | 0.28 | 0.21 | 343.64 | 0.42 | 0.64 |
| Hex | CA | 7D | 92 | 0 | 26 | 1C | 15 | 158 | 2A | 40 |
| Octal | 312 | 175 | 222 | 0 | 46 | 34 | 25 | 530 | 52 | 100 |
| Binary | 11001010 | 1111101 | 10010010 | 0 | 100110 | 11100 | 10101 | 101011000 | 101010 | 1000000 |
Color Harmonies of #CA7D92
Complementary color
Monochromatic Colors of #CA7D92
Black with #CA7D92
Text Example
Text Example
White with #CA7D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D92; }
p { color: rgb(202,125,146); }
H1.HeaderClassName
{
color: #CA7D92;
}
.AnyTagClassName
{
color: #CA7D92;
}
</style>
background-color css
<style>
a { background-color: #CA7D92; }
a { background-color: rgb(202,125,146); }
div.DivClassName
{
background-color: #CA7D92;
}
.BgClassName
{
background-color: #CA7D92;
}
</style>
border-color css
<style>
span { border-color: #CA7D92; }
span { border-color: rgb(202,125,146); }
td.TdClassName
{
border-color: #CA7D92;
}
.TagClassName
{
border-color: #CA7D92;
}
</style>