Shades of Charm #CA697D
Tints of Charm #CA697D
RGB
CMYK
RGB Variations
Color information
#CA697D (or 0xCA697D) is known color: Charm. HEX triplet: CA, 69 and 7D. RGB value is (202,105,125). Sum of RGB (Red+Green+Blue) = 202+105+125=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA697D is #359682. Grayscale: #888888. Windows color (decimal): -3511939 or 8219082. OLE color: 8219082.
HSL color Cylindrical-coordinate representation of color #CA697D: hue angle of 347.63º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA697D is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 125 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.21 |
| HSL | 347.63º | 0.48% | 0.6% | - |
| HSV(B) | 347.63º | 0.48% | 0.79% | - |
| XYZ | 33.11 | 24.14 | 22.32 | - |
| YUV | 136.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 125 | 0 | 0.48 | 0.38 | 0.21 | 347.63 | 0.48 | 0.6 |
| Hex | CA | 69 | 7D | 0 | 30 | 26 | 15 | 15C | 30 | 3C |
| Octal | 312 | 151 | 175 | 0 | 60 | 46 | 25 | 534 | 60 | 74 |
| Binary | 11001010 | 1101001 | 1111101 | 0 | 110000 | 100110 | 10101 | 101011100 | 110000 | 111100 |
Color Harmonies of #CA697D
Complementary color
Monochromatic Colors of #CA697D
Black with #CA697D
Text Example
Text Example
White with #CA697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA697D; }
p { color: rgb(202,105,125); }
H1.HeaderClassName
{
color: #CA697D;
}
.AnyTagClassName
{
color: #CA697D;
}
</style>
background-color css
<style>
a { background-color: #CA697D; }
a { background-color: rgb(202,105,125); }
div.DivClassName
{
background-color: #CA697D;
}
.BgClassName
{
background-color: #CA697D;
}
</style>
border-color css
<style>
span { border-color: #CA697D; }
span { border-color: rgb(202,105,125); }
td.TdClassName
{
border-color: #CA697D;
}
.TagClassName
{
border-color: #CA697D;
}
</style>