Shades of Contessa #CA6F65
Tints of Contessa #CA6F65
RGB
CMYK
RGB Variations
Color information
#CA6F65 (or 0xCA6F65) is known color: Contessa. HEX triplet: CA, 6F and 65. RGB value is (202,111,101). Sum of RGB (Red+Green+Blue) = 202+111+101=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6F65 is #35909A. Grayscale: #898989. Windows color (decimal): -3510427 or 6647754. OLE color: 6647754.
HSL color Cylindrical-coordinate representation of color #CA6F65: hue angle of 5.94º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6F65 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 101 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.21 |
| HSL | 5.94º | 0.49% | 0.59% | - |
| HSV(B) | 5.94º | 0.5% | 0.79% | - |
| XYZ | 32.39 | 24.87 | 15.4 | - |
| YUV | 137.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 101 | 0 | 0.45 | 0.50 | 0.21 | 5.94 | 0.49 | 0.59 |
| Hex | CA | 6F | 65 | 0 | 2D | 32 | 15 | 6 | 31 | 3B |
| Octal | 312 | 157 | 145 | 0 | 55 | 62 | 25 | 6 | 61 | 73 |
| Binary | 11001010 | 1101111 | 1100101 | 0 | 101101 | 110010 | 10101 | 110 | 110001 | 111011 |
Color Harmonies of #CA6F65
Complementary color
Monochromatic Colors of #CA6F65
Black with #CA6F65
Text Example
Text Example
White with #CA6F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F65; }
p { color: rgb(202,111,101); }
H1.HeaderClassName
{
color: #CA6F65;
}
.AnyTagClassName
{
color: #CA6F65;
}
</style>
background-color css
<style>
a { background-color: #CA6F65; }
a { background-color: rgb(202,111,101); }
div.DivClassName
{
background-color: #CA6F65;
}
.BgClassName
{
background-color: #CA6F65;
}
</style>
border-color css
<style>
span { border-color: #CA6F65; }
span { border-color: rgb(202,111,101); }
td.TdClassName
{
border-color: #CA6F65;
}
.TagClassName
{
border-color: #CA6F65;
}
</style>