Shades of Contessa #C36F69
Tints of Contessa #C36F69
RGB
CMYK
RGB Variations
Color information
#C36F69 (or 0xC36F69) is known color: Contessa. HEX triplet: C3, 6F and 69. RGB value is (195,111,105). Sum of RGB (Red+Green+Blue) = 195+111+105=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F69 is #3C9096. Grayscale: #878787. Windows color (decimal): -3969175 or 6909891. OLE color: 6909891.
HSL color Cylindrical-coordinate representation of color #C36F69: hue angle of 4º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36F69 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 105 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.24 |
| HSL | 4º | 0.43% | 0.59% | - |
| HSV(B) | 4º | 0.46% | 0.76% | - |
| XYZ | 30.74 | 23.99 | 16.38 | - |
| YUV | 135.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 105 | 0 | 0.43 | 0.46 | 0.24 | 4 | 0.43 | 0.59 |
| Hex | C3 | 6F | 69 | 0 | 2B | 2E | 18 | 4 | 2B | 3B |
| Octal | 303 | 157 | 151 | 0 | 53 | 56 | 30 | 4 | 53 | 73 |
| Binary | 11000011 | 1101111 | 1101001 | 0 | 101011 | 101110 | 11000 | 100 | 101011 | 111011 |
Color Harmonies of #C36F69
Complementary color
Monochromatic Colors of #C36F69
Black with #C36F69
Text Example
Text Example
White with #C36F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F69; }
p { color: rgb(195,111,105); }
H1.HeaderClassName
{
color: #C36F69;
}
.AnyTagClassName
{
color: #C36F69;
}
</style>
background-color css
<style>
a { background-color: #C36F69; }
a { background-color: rgb(195,111,105); }
div.DivClassName
{
background-color: #C36F69;
}
.BgClassName
{
background-color: #C36F69;
}
</style>
border-color css
<style>
span { border-color: #C36F69; }
span { border-color: rgb(195,111,105); }
td.TdClassName
{
border-color: #C36F69;
}
.TagClassName
{
border-color: #C36F69;
}
</style>