Shades of Charm #CA6B86
Tints of Charm #CA6B86
RGB
CMYK
RGB Variations
Color information
#CA6B86 (or 0xCA6B86) is known color: Charm. HEX triplet: CA, 6B and 86. RGB value is (202,107,134). Sum of RGB (Red+Green+Blue) = 202+107+134=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6B86 is #359479. Grayscale: #8A8A8A. Windows color (decimal): -3511418 or 8809418. OLE color: 8809418.
HSL color Cylindrical-coordinate representation of color #CA6B86: hue angle of 342.95º 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 #CA6B86 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 134 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.21 |
| HSL | 342.95º | 0.47% | 0.61% | - |
| HSV(B) | 342.95º | 0.47% | 0.79% | - |
| XYZ | 33.92 | 24.79 | 25.55 | - |
| YUV | 138.48 | 125.47 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 134 | 0 | 0.47 | 0.34 | 0.21 | 342.95 | 0.47 | 0.61 |
| Hex | CA | 6B | 86 | 0 | 2F | 22 | 15 | 157 | 2F | 3D |
| Octal | 312 | 153 | 206 | 0 | 57 | 42 | 25 | 527 | 57 | 75 |
| Binary | 11001010 | 1101011 | 10000110 | 0 | 101111 | 100010 | 10101 | 101010111 | 101111 | 111101 |
Color Harmonies of #CA6B86
Complementary color
Monochromatic Colors of #CA6B86
Black with #CA6B86
Text Example
Text Example
White with #CA6B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6B86; }
p { color: rgb(202,107,134); }
H1.HeaderClassName
{
color: #CA6B86;
}
.AnyTagClassName
{
color: #CA6B86;
}
</style>
background-color css
<style>
a { background-color: #CA6B86; }
a { background-color: rgb(202,107,134); }
div.DivClassName
{
background-color: #CA6B86;
}
.BgClassName
{
background-color: #CA6B86;
}
</style>
border-color css
<style>
span { border-color: #CA6B86; }
span { border-color: rgb(202,107,134); }
td.TdClassName
{
border-color: #CA6B86;
}
.TagClassName
{
border-color: #CA6B86;
}
</style>