Shades of Contessa #CA6F62
Tints of Contessa #CA6F62
RGB
CMYK
RGB Variations
Color information
#CA6F62 (or 0xCA6F62) is known color: Contessa. HEX triplet: CA, 6F and 62. RGB value is (202,111,98). Sum of RGB (Red+Green+Blue) = 202+111+98=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6F62 is #35909D. Grayscale: #888888. Windows color (decimal): -3510430 or 6451146. OLE color: 6451146.
HSL color Cylindrical-coordinate representation of color #CA6F62: hue angle of 7.5º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6F62 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 98 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.21 |
| HSL | 7.5º | 0.5% | 0.59% | - |
| HSV(B) | 7.5º | 0.51% | 0.79% | - |
| XYZ | 32.25 | 24.81 | 14.64 | - |
| YUV | 136.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 98 | 0 | 0.45 | 0.51 | 0.21 | 7.5 | 0.5 | 0.59 |
| Hex | CA | 6F | 62 | 0 | 2D | 33 | 15 | 8 | 32 | 3B |
| Octal | 312 | 157 | 142 | 0 | 55 | 63 | 25 | 10 | 62 | 73 |
| Binary | 11001010 | 1101111 | 1100010 | 0 | 101101 | 110011 | 10101 | 1000 | 110010 | 111011 |
Color Harmonies of #CA6F62
Complementary color
Monochromatic Colors of #CA6F62
Black with #CA6F62
Text Example
Text Example
White with #CA6F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F62; }
p { color: rgb(202,111,98); }
H1.HeaderClassName
{
color: #CA6F62;
}
.AnyTagClassName
{
color: #CA6F62;
}
</style>
background-color css
<style>
a { background-color: #CA6F62; }
a { background-color: rgb(202,111,98); }
div.DivClassName
{
background-color: #CA6F62;
}
.BgClassName
{
background-color: #CA6F62;
}
</style>
border-color css
<style>
span { border-color: #CA6F62; }
span { border-color: rgb(202,111,98); }
td.TdClassName
{
border-color: #CA6F62;
}
.TagClassName
{
border-color: #CA6F62;
}
</style>