Shades of Charm #CA777E
Tints of Charm #CA777E
RGB
CMYK
RGB Variations
Color information
#CA777E (or 0xCA777E) is known color: Charm. HEX triplet: CA, 77 and 7E. RGB value is (202,119,126). Sum of RGB (Red+Green+Blue) = 202+119+126=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA777E is #358881. Grayscale: #909090. Windows color (decimal): -3508354 or 8288202. OLE color: 8288202.
HSL color Cylindrical-coordinate representation of color #CA777E: hue angle of 354.94º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA777E is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 126 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.21 |
| HSL | 354.94º | 0.44% | 0.63% | - |
| HSV(B) | 354.94º | 0.41% | 0.79% | - |
| XYZ | 34.72 | 27.26 | 23.17 | - |
| YUV | 144.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 126 | 0 | 0.41 | 0.38 | 0.21 | 354.94 | 0.44 | 0.63 |
| Hex | CA | 77 | 7E | 0 | 29 | 26 | 15 | 163 | 2C | 3F |
| Octal | 312 | 167 | 176 | 0 | 51 | 46 | 25 | 543 | 54 | 77 |
| Binary | 11001010 | 1110111 | 1111110 | 0 | 101001 | 100110 | 10101 | 101100011 | 101100 | 111111 |
Color Harmonies of #CA777E
Complementary color
Monochromatic Colors of #CA777E
Black with #CA777E
Text Example
Text Example
White with #CA777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA777E; }
p { color: rgb(202,119,126); }
H1.HeaderClassName
{
color: #CA777E;
}
.AnyTagClassName
{
color: #CA777E;
}
</style>
background-color css
<style>
a { background-color: #CA777E; }
a { background-color: rgb(202,119,126); }
div.DivClassName
{
background-color: #CA777E;
}
.BgClassName
{
background-color: #CA777E;
}
</style>
border-color css
<style>
span { border-color: #CA777E; }
span { border-color: rgb(202,119,126); }
td.TdClassName
{
border-color: #CA777E;
}
.TagClassName
{
border-color: #CA777E;
}
</style>