Shades of Charm #CA748C
Tints of Charm #CA748C
RGB
CMYK
RGB Variations
Color information
#CA748C (or 0xCA748C) is known color: Charm. HEX triplet: CA, 74 and 8C. RGB value is (202,116,140). Sum of RGB (Red+Green+Blue) = 202+116+140=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA748C is #358B73. Grayscale: #909090. Windows color (decimal): -3509108 or 9204938. OLE color: 9204938.
HSL color Cylindrical-coordinate representation of color #CA748C: hue angle of 343.26º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA748C is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 140 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.21 |
| HSL | 343.26º | 0.45% | 0.62% | - |
| HSV(B) | 343.26º | 0.43% | 0.79% | - |
| XYZ | 35.34 | 26.94 | 28.15 | - |
| YUV | 144.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 140 | 0 | 0.43 | 0.31 | 0.21 | 343.26 | 0.45 | 0.62 |
| Hex | CA | 74 | 8C | 0 | 2B | 1F | 15 | 157 | 2D | 3E |
| Octal | 312 | 164 | 214 | 0 | 53 | 37 | 25 | 527 | 55 | 76 |
| Binary | 11001010 | 1110100 | 10001100 | 0 | 101011 | 11111 | 10101 | 101010111 | 101101 | 111110 |
Color Harmonies of #CA748C
Complementary color
Monochromatic Colors of #CA748C
Black with #CA748C
Text Example
Text Example
White with #CA748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA748C; }
p { color: rgb(202,116,140); }
H1.HeaderClassName
{
color: #CA748C;
}
.AnyTagClassName
{
color: #CA748C;
}
</style>
background-color css
<style>
a { background-color: #CA748C; }
a { background-color: rgb(202,116,140); }
div.DivClassName
{
background-color: #CA748C;
}
.BgClassName
{
background-color: #CA748C;
}
</style>
border-color css
<style>
span { border-color: #CA748C; }
span { border-color: rgb(202,116,140); }
td.TdClassName
{
border-color: #CA748C;
}
.TagClassName
{
border-color: #CA748C;
}
</style>