Shades of Charm #CA7C83
Tints of Charm #CA7C83
RGB
CMYK
RGB Variations
Color information
#CA7C83 (or 0xCA7C83) is known color: Charm. HEX triplet: CA, 7C and 83. RGB value is (202,124,131). Sum of RGB (Red+Green+Blue) = 202+124+131=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7C83 is #35837C. Grayscale: #949494. Windows color (decimal): -3507069 or 8617162. OLE color: 8617162.
HSL color Cylindrical-coordinate representation of color #CA7C83: hue angle of 354.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7C83 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 131 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.21 |
| HSL | 354.62º | 0.42% | 0.64% | - |
| HSV(B) | 354.62º | 0.39% | 0.79% | - |
| XYZ | 35.66 | 28.61 | 25.12 | - |
| YUV | 148.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 131 | 0 | 0.39 | 0.35 | 0.21 | 354.62 | 0.42 | 0.64 |
| Hex | CA | 7C | 83 | 0 | 27 | 23 | 15 | 163 | 2A | 40 |
| Octal | 312 | 174 | 203 | 0 | 47 | 43 | 25 | 543 | 52 | 100 |
| Binary | 11001010 | 1111100 | 10000011 | 0 | 100111 | 100011 | 10101 | 101100011 | 101010 | 1000000 |
Color Harmonies of #CA7C83
Complementary color
Monochromatic Colors of #CA7C83
Black with #CA7C83
Text Example
Text Example
White with #CA7C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7C83; }
p { color: rgb(202,124,131); }
H1.HeaderClassName
{
color: #CA7C83;
}
.AnyTagClassName
{
color: #CA7C83;
}
</style>
background-color css
<style>
a { background-color: #CA7C83; }
a { background-color: rgb(202,124,131); }
div.DivClassName
{
background-color: #CA7C83;
}
.BgClassName
{
background-color: #CA7C83;
}
</style>
border-color css
<style>
span { border-color: #CA7C83; }
span { border-color: rgb(202,124,131); }
td.TdClassName
{
border-color: #CA7C83;
}
.TagClassName
{
border-color: #CA7C83;
}
</style>