Shades of Charm #CA6883
Tints of Charm #CA6883
RGB
CMYK
RGB Variations
Color information
#CA6883 (or 0xCA6883) is known color: Charm. HEX triplet: CA, 68 and 83. RGB value is (202,104,131). Sum of RGB (Red+Green+Blue) = 202+104+131=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6883 is #35977C. Grayscale: #888888. Windows color (decimal): -3512189 or 8612042. OLE color: 8612042.
HSL color Cylindrical-coordinate representation of color #CA6883: hue angle of 343.47º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6883 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 131 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.21 |
| HSL | 343.47º | 0.48% | 0.6% | - |
| HSV(B) | 343.47º | 0.49% | 0.79% | - |
| XYZ | 33.4 | 24.1 | 24.36 | - |
| YUV | 136.38 | 124.97 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 131 | 0 | 0.49 | 0.35 | 0.21 | 343.47 | 0.48 | 0.6 |
| Hex | CA | 68 | 83 | 0 | 31 | 23 | 15 | 157 | 30 | 3C |
| Octal | 312 | 150 | 203 | 0 | 61 | 43 | 25 | 527 | 60 | 74 |
| Binary | 11001010 | 1101000 | 10000011 | 0 | 110001 | 100011 | 10101 | 101010111 | 110000 | 111100 |
Color Harmonies of #CA6883
Complementary color
Monochromatic Colors of #CA6883
Black with #CA6883
Text Example
Text Example
White with #CA6883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6883; }
p { color: rgb(202,104,131); }
H1.HeaderClassName
{
color: #CA6883;
}
.AnyTagClassName
{
color: #CA6883;
}
</style>
background-color css
<style>
a { background-color: #CA6883; }
a { background-color: rgb(202,104,131); }
div.DivClassName
{
background-color: #CA6883;
}
.BgClassName
{
background-color: #CA6883;
}
</style>
border-color css
<style>
span { border-color: #CA6883; }
span { border-color: rgb(202,104,131); }
td.TdClassName
{
border-color: #CA6883;
}
.TagClassName
{
border-color: #CA6883;
}
</style>