Shades of Charm #CA7783
Tints of Charm #CA7783
RGB
CMYK
RGB Variations
Color information
#CA7783 (or 0xCA7783) is known color: Charm. HEX triplet: CA, 77 and 83. RGB value is (202,119,131). Sum of RGB (Red+Green+Blue) = 202+119+131=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7783 is #35887C. Grayscale: #919191. Windows color (decimal): -3508349 or 8615882. OLE color: 8615882.
HSL color Cylindrical-coordinate representation of color #CA7783: hue angle of 351.33º 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 #CA7783 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 131 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.21 |
| HSL | 351.33º | 0.44% | 0.63% | - |
| HSV(B) | 351.33º | 0.41% | 0.79% | - |
| XYZ | 35.05 | 27.39 | 24.91 | - |
| YUV | 145.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 131 | 0 | 0.41 | 0.35 | 0.21 | 351.33 | 0.44 | 0.63 |
| Hex | CA | 77 | 83 | 0 | 29 | 23 | 15 | 15F | 2C | 3F |
| Octal | 312 | 167 | 203 | 0 | 51 | 43 | 25 | 537 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10000011 | 0 | 101001 | 100011 | 10101 | 101011111 | 101100 | 111111 |
Color Harmonies of #CA7783
Complementary color
Monochromatic Colors of #CA7783
Black with #CA7783
Text Example
Text Example
White with #CA7783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7783; }
p { color: rgb(202,119,131); }
H1.HeaderClassName
{
color: #CA7783;
}
.AnyTagClassName
{
color: #CA7783;
}
</style>
background-color css
<style>
a { background-color: #CA7783; }
a { background-color: rgb(202,119,131); }
div.DivClassName
{
background-color: #CA7783;
}
.BgClassName
{
background-color: #CA7783;
}
</style>
border-color css
<style>
span { border-color: #CA7783; }
span { border-color: rgb(202,119,131); }
td.TdClassName
{
border-color: #CA7783;
}
.TagClassName
{
border-color: #CA7783;
}
</style>