Shades of Charm #CA6A7B
Tints of Charm #CA6A7B
RGB
CMYK
RGB Variations
Color information
#CA6A7B (or 0xCA6A7B) is known color: Charm. HEX triplet: CA, 6A and 7B. RGB value is (202,106,123). Sum of RGB (Red+Green+Blue) = 202+106+123=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A7B is #359584. Grayscale: #888888. Windows color (decimal): -3511685 or 8088266. OLE color: 8088266.
HSL color Cylindrical-coordinate representation of color #CA6A7B: hue angle of 349.38º 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 #CA6A7B is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 123 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.21 |
| HSL | 349.38º | 0.48% | 0.6% | - |
| HSV(B) | 349.38º | 0.48% | 0.79% | - |
| XYZ | 33.09 | 24.29 | 21.68 | - |
| YUV | 136.64 | 120.3 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 123 | 0 | 0.48 | 0.39 | 0.21 | 349.38 | 0.48 | 0.6 |
| Hex | CA | 6A | 7B | 0 | 30 | 27 | 15 | 15D | 30 | 3C |
| Octal | 312 | 152 | 173 | 0 | 60 | 47 | 25 | 535 | 60 | 74 |
| Binary | 11001010 | 1101010 | 1111011 | 0 | 110000 | 100111 | 10101 | 101011101 | 110000 | 111100 |
Color Harmonies of #CA6A7B
Complementary color
Monochromatic Colors of #CA6A7B
Black with #CA6A7B
Text Example
Text Example
White with #CA6A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A7B; }
p { color: rgb(202,106,123); }
H1.HeaderClassName
{
color: #CA6A7B;
}
.AnyTagClassName
{
color: #CA6A7B;
}
</style>
background-color css
<style>
a { background-color: #CA6A7B; }
a { background-color: rgb(202,106,123); }
div.DivClassName
{
background-color: #CA6A7B;
}
.BgClassName
{
background-color: #CA6A7B;
}
</style>
border-color css
<style>
span { border-color: #CA6A7B; }
span { border-color: rgb(202,106,123); }
td.TdClassName
{
border-color: #CA6A7B;
}
.TagClassName
{
border-color: #CA6A7B;
}
</style>