Shades of Charm #CA6B7B
Tints of Charm #CA6B7B
RGB
CMYK
RGB Variations
Color information
#CA6B7B (or 0xCA6B7B) is known color: Charm. HEX triplet: CA, 6B and 7B. RGB value is (202,107,123). Sum of RGB (Red+Green+Blue) = 202+107+123=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B7B is #359484. Grayscale: #898989. Windows color (decimal): -3511429 or 8088522. OLE color: 8088522.
HSL color Cylindrical-coordinate representation of color #CA6B7B: hue angle of 349.89º 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 #CA6B7B is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 123 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.21 |
| HSL | 349.89º | 0.47% | 0.61% | - |
| HSV(B) | 349.89º | 0.47% | 0.79% | - |
| XYZ | 33.19 | 24.5 | 21.72 | - |
| YUV | 137.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 123 | 0 | 0.47 | 0.39 | 0.21 | 349.89 | 0.47 | 0.61 |
| Hex | CA | 6B | 7B | 0 | 2F | 27 | 15 | 15E | 2F | 3D |
| Octal | 312 | 153 | 173 | 0 | 57 | 47 | 25 | 536 | 57 | 75 |
| Binary | 11001010 | 1101011 | 1111011 | 0 | 101111 | 100111 | 10101 | 101011110 | 101111 | 111101 |
Color Harmonies of #CA6B7B
Complementary color
Monochromatic Colors of #CA6B7B
Black with #CA6B7B
Text Example
Text Example
White with #CA6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6B7B; }
p { color: rgb(202,107,123); }
H1.HeaderClassName
{
color: #CA6B7B;
}
.AnyTagClassName
{
color: #CA6B7B;
}
</style>
background-color css
<style>
a { background-color: #CA6B7B; }
a { background-color: rgb(202,107,123); }
div.DivClassName
{
background-color: #CA6B7B;
}
.BgClassName
{
background-color: #CA6B7B;
}
</style>
border-color css
<style>
span { border-color: #CA6B7B; }
span { border-color: rgb(202,107,123); }
td.TdClassName
{
border-color: #CA6B7B;
}
.TagClassName
{
border-color: #CA6B7B;
}
</style>