Shades of Contessa #C67B74
Tints of Contessa #C67B74
RGB
CMYK
RGB Variations
Color information
#C67B74 (or 0xC67B74) is known color: Contessa. HEX triplet: C6, 7B and 74. RGB value is (198,123,116). Sum of RGB (Red+Green+Blue) = 198+123+116=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67B74 is #39848B. Grayscale: #909090. Windows color (decimal): -3769484 or 7633862. OLE color: 7633862.
HSL color Cylindrical-coordinate representation of color #C67B74: hue angle of 5.12º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67B74 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 116 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.22 |
| HSL | 5.12º | 0.42% | 0.62% | - |
| HSV(B) | 5.12º | 0.41% | 0.78% | - |
| XYZ | 33.52 | 27.43 | 20.05 | - |
| YUV | 144.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 116 | 0 | 0.38 | 0.41 | 0.22 | 5.12 | 0.42 | 0.62 |
| Hex | C6 | 7B | 74 | 0 | 26 | 29 | 16 | 5 | 2A | 3E |
| Octal | 306 | 173 | 164 | 0 | 46 | 51 | 26 | 5 | 52 | 76 |
| Binary | 11000110 | 1111011 | 1110100 | 0 | 100110 | 101001 | 10110 | 101 | 101010 | 111110 |
Color Harmonies of #C67B74
Complementary color
Monochromatic Colors of #C67B74
Black with #C67B74
Text Example
Text Example
White with #C67B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67B74; }
p { color: rgb(198,123,116); }
H1.HeaderClassName
{
color: #C67B74;
}
.AnyTagClassName
{
color: #C67B74;
}
</style>
background-color css
<style>
a { background-color: #C67B74; }
a { background-color: rgb(198,123,116); }
div.DivClassName
{
background-color: #C67B74;
}
.BgClassName
{
background-color: #C67B74;
}
</style>
border-color css
<style>
span { border-color: #C67B74; }
span { border-color: rgb(198,123,116); }
td.TdClassName
{
border-color: #C67B74;
}
.TagClassName
{
border-color: #C67B74;
}
</style>