Shades of Charm #CA6781
Tints of Charm #CA6781
RGB
CMYK
RGB Variations
Color information
#CA6781 (or 0xCA6781) is known color: Charm. HEX triplet: CA, 67 and 81. RGB value is (202,103,129). Sum of RGB (Red+Green+Blue) = 202+103+129=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6781 is #35987E. Grayscale: #878787. Windows color (decimal): -3512447 or 8480714. OLE color: 8480714.
HSL color Cylindrical-coordinate representation of color #CA6781: hue angle of 344.24º 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 #CA6781 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 129 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.21 |
| HSL | 344.24º | 0.48% | 0.6% | - |
| HSV(B) | 344.24º | 0.49% | 0.79% | - |
| XYZ | 33.17 | 23.84 | 23.62 | - |
| YUV | 135.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 129 | 0 | 0.49 | 0.36 | 0.21 | 344.24 | 0.48 | 0.6 |
| Hex | CA | 67 | 81 | 0 | 31 | 24 | 15 | 158 | 30 | 3C |
| Octal | 312 | 147 | 201 | 0 | 61 | 44 | 25 | 530 | 60 | 74 |
| Binary | 11001010 | 1100111 | 10000001 | 0 | 110001 | 100100 | 10101 | 101011000 | 110000 | 111100 |
Color Harmonies of #CA6781
Complementary color
Monochromatic Colors of #CA6781
Black with #CA6781
Text Example
Text Example
White with #CA6781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6781; }
p { color: rgb(202,103,129); }
H1.HeaderClassName
{
color: #CA6781;
}
.AnyTagClassName
{
color: #CA6781;
}
</style>
background-color css
<style>
a { background-color: #CA6781; }
a { background-color: rgb(202,103,129); }
div.DivClassName
{
background-color: #CA6781;
}
.BgClassName
{
background-color: #CA6781;
}
</style>
border-color css
<style>
span { border-color: #CA6781; }
span { border-color: rgb(202,103,129); }
td.TdClassName
{
border-color: #CA6781;
}
.TagClassName
{
border-color: #CA6781;
}
</style>