Shades of Contessa #CA6B61
Tints of Contessa #CA6B61
RGB
CMYK
RGB Variations
Color information
#CA6B61 (or 0xCA6B61) is known color: Contessa. HEX triplet: CA, 6B and 61. RGB value is (202,107,97). Sum of RGB (Red+Green+Blue) = 202+107+97=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B61 is #35949E. Grayscale: #868686. Windows color (decimal): -3511455 or 6384586. OLE color: 6384586.
HSL color Cylindrical-coordinate representation of color #CA6B61: hue angle of 5.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6B61 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 97 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.21 |
| HSL | 5.71º | 0.5% | 0.59% | - |
| HSV(B) | 5.71º | 0.52% | 0.79% | - |
| XYZ | 31.77 | 23.94 | 14.25 | - |
| YUV | 134.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 97 | 0 | 0.47 | 0.52 | 0.21 | 5.71 | 0.5 | 0.59 |
| Hex | CA | 6B | 61 | 0 | 2F | 34 | 15 | 6 | 32 | 3B |
| Octal | 312 | 153 | 141 | 0 | 57 | 64 | 25 | 6 | 62 | 73 |
| Binary | 11001010 | 1101011 | 1100001 | 0 | 101111 | 110100 | 10101 | 110 | 110010 | 111011 |
Color Harmonies of #CA6B61
Complementary color
Monochromatic Colors of #CA6B61
Black with #CA6B61
Text Example
Text Example
White with #CA6B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6B61; }
p { color: rgb(202,107,97); }
H1.HeaderClassName
{
color: #CA6B61;
}
.AnyTagClassName
{
color: #CA6B61;
}
</style>
background-color css
<style>
a { background-color: #CA6B61; }
a { background-color: rgb(202,107,97); }
div.DivClassName
{
background-color: #CA6B61;
}
.BgClassName
{
background-color: #CA6B61;
}
</style>
border-color css
<style>
span { border-color: #CA6B61; }
span { border-color: rgb(202,107,97); }
td.TdClassName
{
border-color: #CA6B61;
}
.TagClassName
{
border-color: #CA6B61;
}
</style>