Shades of Charm #CA7283
Tints of Charm #CA7283
RGB
CMYK
RGB Variations
Color information
#CA7283 (or 0xCA7283) is known color: Charm. HEX triplet: CA, 72 and 83. RGB value is (202,114,131). Sum of RGB (Red+Green+Blue) = 202+114+131=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7283 is #358D7C. Grayscale: #8E8E8E. Windows color (decimal): -3509629 or 8614602. OLE color: 8614602.
HSL color Cylindrical-coordinate representation of color #CA7283: hue angle of 348.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7283 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 131 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.21 |
| HSL | 348.41º | 0.45% | 0.62% | - |
| HSV(B) | 348.41º | 0.44% | 0.79% | - |
| XYZ | 34.47 | 26.23 | 24.72 | - |
| YUV | 142.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 131 | 0 | 0.44 | 0.35 | 0.21 | 348.41 | 0.45 | 0.62 |
| Hex | CA | 72 | 83 | 0 | 2C | 23 | 15 | 15C | 2D | 3E |
| Octal | 312 | 162 | 203 | 0 | 54 | 43 | 25 | 534 | 55 | 76 |
| Binary | 11001010 | 1110010 | 10000011 | 0 | 101100 | 100011 | 10101 | 101011100 | 101101 | 111110 |
Color Harmonies of #CA7283
Complementary color
Monochromatic Colors of #CA7283
Black with #CA7283
Text Example
Text Example
White with #CA7283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7283; }
p { color: rgb(202,114,131); }
H1.HeaderClassName
{
color: #CA7283;
}
.AnyTagClassName
{
color: #CA7283;
}
</style>
background-color css
<style>
a { background-color: #CA7283; }
a { background-color: rgb(202,114,131); }
div.DivClassName
{
background-color: #CA7283;
}
.BgClassName
{
background-color: #CA7283;
}
</style>
border-color css
<style>
span { border-color: #CA7283; }
span { border-color: rgb(202,114,131); }
td.TdClassName
{
border-color: #CA7283;
}
.TagClassName
{
border-color: #CA7283;
}
</style>