Shades of Contessa #C67A68
Tints of Contessa #C67A68
RGB
CMYK
RGB Variations
Color information
#C67A68 (or 0xC67A68) is known color: Contessa. HEX triplet: C6, 7A and 68. RGB value is (198,122,104). Sum of RGB (Red+Green+Blue) = 198+122+104=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67A68 is #398597. Grayscale: #8E8E8E. Windows color (decimal): -3769752 or 6847174. OLE color: 6847174.
HSL color Cylindrical-coordinate representation of color #C67A68: hue angle of 11.49º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C67A68 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 104 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.22 |
| HSL | 11.49º | 0.45% | 0.59% | - |
| HSV(B) | 11.49º | 0.47% | 0.78% | - |
| XYZ | 32.75 | 26.92 | 16.57 | - |
| YUV | 142.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 104 | 0 | 0.38 | 0.47 | 0.22 | 11.49 | 0.45 | 0.59 |
| Hex | C6 | 7A | 68 | 0 | 26 | 2F | 16 | B | 2D | 3B |
| Octal | 306 | 172 | 150 | 0 | 46 | 57 | 26 | 13 | 55 | 73 |
| Binary | 11000110 | 1111010 | 1101000 | 0 | 100110 | 101111 | 10110 | 1011 | 101101 | 111011 |
Color Harmonies of #C67A68
Complementary color
Monochromatic Colors of #C67A68
Black with #C67A68
Text Example
Text Example
White with #C67A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A68; }
p { color: rgb(198,122,104); }
H1.HeaderClassName
{
color: #C67A68;
}
.AnyTagClassName
{
color: #C67A68;
}
</style>
background-color css
<style>
a { background-color: #C67A68; }
a { background-color: rgb(198,122,104); }
div.DivClassName
{
background-color: #C67A68;
}
.BgClassName
{
background-color: #C67A68;
}
</style>
border-color css
<style>
span { border-color: #C67A68; }
span { border-color: rgb(198,122,104); }
td.TdClassName
{
border-color: #C67A68;
}
.TagClassName
{
border-color: #C67A68;
}
</style>