Shades of Contessa #CA7867
Tints of Contessa #CA7867
RGB
CMYK
RGB Variations
Color information
#CA7867 (or 0xCA7867) is known color: Contessa. HEX triplet: CA, 78 and 67. RGB value is (202,120,103). Sum of RGB (Red+Green+Blue) = 202+120+103=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7867 is #358798. Grayscale: #8E8E8E. Windows color (decimal): -3508121 or 6781130. OLE color: 6781130.
HSL color Cylindrical-coordinate representation of color #CA7867: hue angle of 10.3º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA7867 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 103 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.21 |
| HSL | 10.3º | 0.48% | 0.6% | - |
| HSV(B) | 10.3º | 0.49% | 0.79% | - |
| XYZ | 33.52 | 26.97 | 16.27 | - |
| YUV | 142.58 | 105.67 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 103 | 0 | 0.41 | 0.49 | 0.21 | 10.3 | 0.48 | 0.6 |
| Hex | CA | 78 | 67 | 0 | 29 | 31 | 15 | A | 30 | 3C |
| Octal | 312 | 170 | 147 | 0 | 51 | 61 | 25 | 12 | 60 | 74 |
| Binary | 11001010 | 1111000 | 1100111 | 0 | 101001 | 110001 | 10101 | 1010 | 110000 | 111100 |
Color Harmonies of #CA7867
Complementary color
Monochromatic Colors of #CA7867
Black with #CA7867
Text Example
Text Example
White with #CA7867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7867; }
p { color: rgb(202,120,103); }
H1.HeaderClassName
{
color: #CA7867;
}
.AnyTagClassName
{
color: #CA7867;
}
</style>
background-color css
<style>
a { background-color: #CA7867; }
a { background-color: rgb(202,120,103); }
div.DivClassName
{
background-color: #CA7867;
}
.BgClassName
{
background-color: #CA7867;
}
</style>
border-color css
<style>
span { border-color: #CA7867; }
span { border-color: rgb(202,120,103); }
td.TdClassName
{
border-color: #CA7867;
}
.TagClassName
{
border-color: #CA7867;
}
</style>