Shades of Charm #CA7D8B
Tints of Charm #CA7D8B
RGB
CMYK
RGB Variations
Color information
#CA7D8B (or 0xCA7D8B) is known color: Charm. HEX triplet: CA, 7D and 8B. RGB value is (202,125,139). Sum of RGB (Red+Green+Blue) = 202+125+139=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7D8B is #358274. Grayscale: #959595. Windows color (decimal): -3506805 or 9141706. OLE color: 9141706.
HSL color Cylindrical-coordinate representation of color #CA7D8B: hue angle of 349.09º 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 #CA7D8B is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 139 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.21 |
| HSL | 349.09º | 0.42% | 0.64% | - |
| HSV(B) | 349.09º | 0.38% | 0.79% | - |
| XYZ | 36.35 | 29.09 | 28.12 | - |
| YUV | 149.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 139 | 0 | 0.38 | 0.31 | 0.21 | 349.09 | 0.42 | 0.64 |
| Hex | CA | 7D | 8B | 0 | 26 | 1F | 15 | 15D | 2A | 40 |
| Octal | 312 | 175 | 213 | 0 | 46 | 37 | 25 | 535 | 52 | 100 |
| Binary | 11001010 | 1111101 | 10001011 | 0 | 100110 | 11111 | 10101 | 101011101 | 101010 | 1000000 |
Color Harmonies of #CA7D8B
Complementary color
Monochromatic Colors of #CA7D8B
Black with #CA7D8B
Text Example
Text Example
White with #CA7D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D8B; }
p { color: rgb(202,125,139); }
H1.HeaderClassName
{
color: #CA7D8B;
}
.AnyTagClassName
{
color: #CA7D8B;
}
</style>
background-color css
<style>
a { background-color: #CA7D8B; }
a { background-color: rgb(202,125,139); }
div.DivClassName
{
background-color: #CA7D8B;
}
.BgClassName
{
background-color: #CA7D8B;
}
</style>
border-color css
<style>
span { border-color: #CA7D8B; }
span { border-color: rgb(202,125,139); }
td.TdClassName
{
border-color: #CA7D8B;
}
.TagClassName
{
border-color: #CA7D8B;
}
</style>