Shades of Contessa #C36A67
Tints of Contessa #C36A67
RGB
CMYK
RGB Variations
Color information
#C36A67 (or 0xC36A67) is known color: Contessa. HEX triplet: C3, 6A and 67. RGB value is (195,106,103). Sum of RGB (Red+Green+Blue) = 195+106+103=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A67 is #3C9598. Grayscale: #848484. Windows color (decimal): -3970457 or 6777539. OLE color: 6777539.
HSL color Cylindrical-coordinate representation of color #C36A67: hue angle of 1.96º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C36A67 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 103 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.24 |
| HSL | 1.96º | 0.43% | 0.58% | - |
| HSV(B) | 1.96º | 0.47% | 0.76% | - |
| XYZ | 30.11 | 22.89 | 15.66 | - |
| YUV | 132.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 103 | 0 | 0.46 | 0.47 | 0.24 | 1.96 | 0.43 | 0.58 |
| Hex | C3 | 6A | 67 | 0 | 2E | 2F | 18 | 2 | 2B | 3A |
| Octal | 303 | 152 | 147 | 0 | 56 | 57 | 30 | 2 | 53 | 72 |
| Binary | 11000011 | 1101010 | 1100111 | 0 | 101110 | 101111 | 11000 | 10 | 101011 | 111010 |
Color Harmonies of #C36A67
Complementary color
Monochromatic Colors of #C36A67
Black with #C36A67
Text Example
Text Example
White with #C36A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A67; }
p { color: rgb(195,106,103); }
H1.HeaderClassName
{
color: #C36A67;
}
.AnyTagClassName
{
color: #C36A67;
}
</style>
background-color css
<style>
a { background-color: #C36A67; }
a { background-color: rgb(195,106,103); }
div.DivClassName
{
background-color: #C36A67;
}
.BgClassName
{
background-color: #C36A67;
}
</style>
border-color css
<style>
span { border-color: #C36A67; }
span { border-color: rgb(195,106,103); }
td.TdClassName
{
border-color: #C36A67;
}
.TagClassName
{
border-color: #C36A67;
}
</style>