Shades of Contessa #CA7B6F
Tints of Contessa #CA7B6F
RGB
CMYK
RGB Variations
Color information
#CA7B6F (or 0xCA7B6F) is known color: Contessa. HEX triplet: CA, 7B and 6F. RGB value is (202,123,111). Sum of RGB (Red+Green+Blue) = 202+123+111=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B6F is #358490. Grayscale: #919191. Windows color (decimal): -3507345 or 7306186. OLE color: 7306186.
HSL color Cylindrical-coordinate representation of color #CA7B6F: hue angle of 7.91º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7B6F is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 111 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.21 |
| HSL | 7.91º | 0.46% | 0.61% | - |
| HSV(B) | 7.91º | 0.45% | 0.79% | - |
| XYZ | 34.31 | 27.87 | 18.61 | - |
| YUV | 145.25 | 108.67 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 111 | 0 | 0.39 | 0.45 | 0.21 | 7.91 | 0.46 | 0.61 |
| Hex | CA | 7B | 6F | 0 | 27 | 2D | 15 | 8 | 2E | 3D |
| Octal | 312 | 173 | 157 | 0 | 47 | 55 | 25 | 10 | 56 | 75 |
| Binary | 11001010 | 1111011 | 1101111 | 0 | 100111 | 101101 | 10101 | 1000 | 101110 | 111101 |
Color Harmonies of #CA7B6F
Complementary color
Monochromatic Colors of #CA7B6F
Black with #CA7B6F
Text Example
Text Example
White with #CA7B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B6F; }
p { color: rgb(202,123,111); }
H1.HeaderClassName
{
color: #CA7B6F;
}
.AnyTagClassName
{
color: #CA7B6F;
}
</style>
background-color css
<style>
a { background-color: #CA7B6F; }
a { background-color: rgb(202,123,111); }
div.DivClassName
{
background-color: #CA7B6F;
}
.BgClassName
{
background-color: #CA7B6F;
}
</style>
border-color css
<style>
span { border-color: #CA7B6F; }
span { border-color: rgb(202,123,111); }
td.TdClassName
{
border-color: #CA7B6F;
}
.TagClassName
{
border-color: #CA7B6F;
}
</style>