Shades of Charm #CA748A
Tints of Charm #CA748A
RGB
CMYK
RGB Variations
Color information
#CA748A (or 0xCA748A) is known color: Charm. HEX triplet: CA, 74 and 8A. RGB value is (202,116,138). Sum of RGB (Red+Green+Blue) = 202+116+138=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA748A is #358B75. Grayscale: #909090. Windows color (decimal): -3509110 or 9073866. OLE color: 9073866.
HSL color Cylindrical-coordinate representation of color #CA748A: hue angle of 344.65º 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 #CA748A is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 138 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.21 |
| HSL | 344.65º | 0.45% | 0.62% | - |
| HSV(B) | 344.65º | 0.43% | 0.79% | - |
| XYZ | 35.19 | 26.88 | 27.38 | - |
| YUV | 144.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 138 | 0 | 0.43 | 0.32 | 0.21 | 344.65 | 0.45 | 0.62 |
| Hex | CA | 74 | 8A | 0 | 2B | 20 | 15 | 159 | 2D | 3E |
| Octal | 312 | 164 | 212 | 0 | 53 | 40 | 25 | 531 | 55 | 76 |
| Binary | 11001010 | 1110100 | 10001010 | 0 | 101011 | 100000 | 10101 | 101011001 | 101101 | 111110 |
Color Harmonies of #CA748A
Complementary color
Monochromatic Colors of #CA748A
Black with #CA748A
Text Example
Text Example
White with #CA748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA748A; }
p { color: rgb(202,116,138); }
H1.HeaderClassName
{
color: #CA748A;
}
.AnyTagClassName
{
color: #CA748A;
}
</style>
background-color css
<style>
a { background-color: #CA748A; }
a { background-color: rgb(202,116,138); }
div.DivClassName
{
background-color: #CA748A;
}
.BgClassName
{
background-color: #CA748A;
}
</style>
border-color css
<style>
span { border-color: #CA748A; }
span { border-color: rgb(202,116,138); }
td.TdClassName
{
border-color: #CA748A;
}
.TagClassName
{
border-color: #CA748A;
}
</style>