Shades of Contessa #CA6F63
Tints of Contessa #CA6F63
RGB
CMYK
RGB Variations
Color information
#CA6F63 (or 0xCA6F63) is known color: Contessa. HEX triplet: CA, 6F and 63. RGB value is (202,111,99). Sum of RGB (Red+Green+Blue) = 202+111+99=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6F63 is #35909C. Grayscale: #888888. Windows color (decimal): -3510429 or 6516682. OLE color: 6516682.
HSL color Cylindrical-coordinate representation of color #CA6F63: hue angle of 6.99º degrees, saturation: 0.49, 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 #CA6F63 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 99 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.21 |
| HSL | 6.99º | 0.49% | 0.59% | - |
| HSV(B) | 6.99º | 0.51% | 0.79% | - |
| XYZ | 32.29 | 24.83 | 14.89 | - |
| YUV | 136.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 99 | 0 | 0.45 | 0.51 | 0.21 | 6.99 | 0.49 | 0.59 |
| Hex | CA | 6F | 63 | 0 | 2D | 33 | 15 | 7 | 31 | 3B |
| Octal | 312 | 157 | 143 | 0 | 55 | 63 | 25 | 7 | 61 | 73 |
| Binary | 11001010 | 1101111 | 1100011 | 0 | 101101 | 110011 | 10101 | 111 | 110001 | 111011 |
Color Harmonies of #CA6F63
Complementary color
Monochromatic Colors of #CA6F63
Black with #CA6F63
Text Example
Text Example
White with #CA6F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F63; }
p { color: rgb(202,111,99); }
H1.HeaderClassName
{
color: #CA6F63;
}
.AnyTagClassName
{
color: #CA6F63;
}
</style>
background-color css
<style>
a { background-color: #CA6F63; }
a { background-color: rgb(202,111,99); }
div.DivClassName
{
background-color: #CA6F63;
}
.BgClassName
{
background-color: #CA6F63;
}
</style>
border-color css
<style>
span { border-color: #CA6F63; }
span { border-color: rgb(202,111,99); }
td.TdClassName
{
border-color: #CA6F63;
}
.TagClassName
{
border-color: #CA6F63;
}
</style>