Shades of Contessa #CA746E
Tints of Contessa #CA746E
RGB
CMYK
RGB Variations
Color information
#CA746E (or 0xCA746E) is known color: Contessa. HEX triplet: CA, 74 and 6E. RGB value is (202,116,110). Sum of RGB (Red+Green+Blue) = 202+116+110=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA746E is #358B91. Grayscale: #8D8D8D. Windows color (decimal): -3509138 or 7238858. OLE color: 7238858.
HSL color Cylindrical-coordinate representation of color #CA746E: hue angle of 3.91º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA746E is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 110 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.21 |
| HSL | 3.91º | 0.46% | 0.61% | - |
| HSV(B) | 3.91º | 0.46% | 0.79% | - |
| XYZ | 33.42 | 26.17 | 18.04 | - |
| YUV | 141.03 | 110.49 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 110 | 0 | 0.43 | 0.46 | 0.21 | 3.91 | 0.46 | 0.61 |
| Hex | CA | 74 | 6E | 0 | 2B | 2E | 15 | 4 | 2E | 3D |
| Octal | 312 | 164 | 156 | 0 | 53 | 56 | 25 | 4 | 56 | 75 |
| Binary | 11001010 | 1110100 | 1101110 | 0 | 101011 | 101110 | 10101 | 100 | 101110 | 111101 |
Color Harmonies of #CA746E
Complementary color
Monochromatic Colors of #CA746E
Black with #CA746E
Text Example
Text Example
White with #CA746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA746E; }
p { color: rgb(202,116,110); }
H1.HeaderClassName
{
color: #CA746E;
}
.AnyTagClassName
{
color: #CA746E;
}
</style>
background-color css
<style>
a { background-color: #CA746E; }
a { background-color: rgb(202,116,110); }
div.DivClassName
{
background-color: #CA746E;
}
.BgClassName
{
background-color: #CA746E;
}
</style>
border-color css
<style>
span { border-color: #CA746E; }
span { border-color: rgb(202,116,110); }
td.TdClassName
{
border-color: #CA746E;
}
.TagClassName
{
border-color: #CA746E;
}
</style>