Shades of Charm #CA7D83
Tints of Charm #CA7D83
RGB
CMYK
RGB Variations
Color information
#CA7D83 (or 0xCA7D83) is known color: Charm. HEX triplet: CA, 7D and 83. RGB value is (202,125,131). Sum of RGB (Red+Green+Blue) = 202+125+131=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7D83 is #35827C. Grayscale: #949494. Windows color (decimal): -3506813 or 8617418. OLE color: 8617418.
HSL color Cylindrical-coordinate representation of color #CA7D83: hue angle of 355.32º 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 #CA7D83 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 131 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.21 |
| HSL | 355.32º | 0.42% | 0.64% | - |
| HSV(B) | 355.32º | 0.38% | 0.79% | - |
| XYZ | 35.79 | 28.86 | 25.16 | - |
| YUV | 148.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 131 | 0 | 0.38 | 0.35 | 0.21 | 355.32 | 0.42 | 0.64 |
| Hex | CA | 7D | 83 | 0 | 26 | 23 | 15 | 163 | 2A | 40 |
| Octal | 312 | 175 | 203 | 0 | 46 | 43 | 25 | 543 | 52 | 100 |
| Binary | 11001010 | 1111101 | 10000011 | 0 | 100110 | 100011 | 10101 | 101100011 | 101010 | 1000000 |
Color Harmonies of #CA7D83
Complementary color
Monochromatic Colors of #CA7D83
Black with #CA7D83
Text Example
Text Example
White with #CA7D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D83; }
p { color: rgb(202,125,131); }
H1.HeaderClassName
{
color: #CA7D83;
}
.AnyTagClassName
{
color: #CA7D83;
}
</style>
background-color css
<style>
a { background-color: #CA7D83; }
a { background-color: rgb(202,125,131); }
div.DivClassName
{
background-color: #CA7D83;
}
.BgClassName
{
background-color: #CA7D83;
}
</style>
border-color css
<style>
span { border-color: #CA7D83; }
span { border-color: rgb(202,125,131); }
td.TdClassName
{
border-color: #CA7D83;
}
.TagClassName
{
border-color: #CA7D83;
}
</style>