Shades of Charm #CA6B77
Tints of Charm #CA6B77
RGB
CMYK
RGB Variations
Color information
#CA6B77 (or 0xCA6B77) is known color: Charm. HEX triplet: CA, 6B and 77. RGB value is (202,107,119). Sum of RGB (Red+Green+Blue) = 202+107+119=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B77 is #359488. Grayscale: #888888. Windows color (decimal): -3511433 or 7826378. OLE color: 7826378.
HSL color Cylindrical-coordinate representation of color #CA6B77: hue angle of 352.42º 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 #CA6B77 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 119 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.21 |
| HSL | 352.42º | 0.47% | 0.61% | - |
| HSV(B) | 352.42º | 0.47% | 0.79% | - |
| XYZ | 32.94 | 24.4 | 20.43 | - |
| YUV | 136.77 | 117.97 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 119 | 0 | 0.47 | 0.41 | 0.21 | 352.42 | 0.47 | 0.61 |
| Hex | CA | 6B | 77 | 0 | 2F | 29 | 15 | 160 | 2F | 3D |
| Octal | 312 | 153 | 167 | 0 | 57 | 51 | 25 | 540 | 57 | 75 |
| Binary | 11001010 | 1101011 | 1110111 | 0 | 101111 | 101001 | 10101 | 101100000 | 101111 | 111101 |
Color Harmonies of #CA6B77
Complementary color
Monochromatic Colors of #CA6B77
Black with #CA6B77
Text Example
Text Example
White with #CA6B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6B77; }
p { color: rgb(202,107,119); }
H1.HeaderClassName
{
color: #CA6B77;
}
.AnyTagClassName
{
color: #CA6B77;
}
</style>
background-color css
<style>
a { background-color: #CA6B77; }
a { background-color: rgb(202,107,119); }
div.DivClassName
{
background-color: #CA6B77;
}
.BgClassName
{
background-color: #CA6B77;
}
</style>
border-color css
<style>
span { border-color: #CA6B77; }
span { border-color: rgb(202,107,119); }
td.TdClassName
{
border-color: #CA6B77;
}
.TagClassName
{
border-color: #CA6B77;
}
</style>