Shades of Charm #CA6C78
Tints of Charm #CA6C78
RGB
CMYK
RGB Variations
Color information
#CA6C78 (or 0xCA6C78) is known color: Charm. HEX triplet: CA, 6C and 78. RGB value is (202,108,120). Sum of RGB (Red+Green+Blue) = 202+108+120=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C78 is #359387. Grayscale: #898989. Windows color (decimal): -3511176 or 7892170. OLE color: 7892170.
HSL color Cylindrical-coordinate representation of color #CA6C78: hue angle of 352.34º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6C78 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 120 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.21 |
| HSL | 352.34º | 0.47% | 0.61% | - |
| HSV(B) | 352.34º | 0.47% | 0.79% | - |
| XYZ | 33.11 | 24.64 | 20.78 | - |
| YUV | 137.47 | 118.14 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 120 | 0 | 0.47 | 0.41 | 0.21 | 352.34 | 0.47 | 0.61 |
| Hex | CA | 6C | 78 | 0 | 2F | 29 | 15 | 160 | 2F | 3D |
| Octal | 312 | 154 | 170 | 0 | 57 | 51 | 25 | 540 | 57 | 75 |
| Binary | 11001010 | 1101100 | 1111000 | 0 | 101111 | 101001 | 10101 | 101100000 | 101111 | 111101 |
Color Harmonies of #CA6C78
Complementary color
Monochromatic Colors of #CA6C78
Black with #CA6C78
Text Example
Text Example
White with #CA6C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6C78; }
p { color: rgb(202,108,120); }
H1.HeaderClassName
{
color: #CA6C78;
}
.AnyTagClassName
{
color: #CA6C78;
}
</style>
background-color css
<style>
a { background-color: #CA6C78; }
a { background-color: rgb(202,108,120); }
div.DivClassName
{
background-color: #CA6C78;
}
.BgClassName
{
background-color: #CA6C78;
}
</style>
border-color css
<style>
span { border-color: #CA6C78; }
span { border-color: rgb(202,108,120); }
td.TdClassName
{
border-color: #CA6C78;
}
.TagClassName
{
border-color: #CA6C78;
}
</style>