Shades of Contessa #C67269
Tints of Contessa #C67269
RGB
CMYK
RGB Variations
Color information
#C67269 (or 0xC67269) is known color: Contessa. HEX triplet: C6, 72 and 69. RGB value is (198,114,105). Sum of RGB (Red+Green+Blue) = 198+114+105=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C67269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67269 is #398D96. Grayscale: #8A8A8A. Windows color (decimal): -3771799 or 6910662. OLE color: 6910662.
HSL color Cylindrical-coordinate representation of color #C67269: hue angle of 5.81º 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 #C67269 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 105 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.22 |
| HSL | 5.81º | 0.45% | 0.59% | - |
| HSV(B) | 5.81º | 0.47% | 0.78% | - |
| XYZ | 31.86 | 25.06 | 16.52 | - |
| YUV | 138.09 | 109.33 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 105 | 0 | 0.42 | 0.47 | 0.22 | 5.81 | 0.45 | 0.59 |
| Hex | C6 | 72 | 69 | 0 | 2A | 2F | 16 | 6 | 2D | 3B |
| Octal | 306 | 162 | 151 | 0 | 52 | 57 | 26 | 6 | 55 | 73 |
| Binary | 11000110 | 1110010 | 1101001 | 0 | 101010 | 101111 | 10110 | 110 | 101101 | 111011 |
Color Harmonies of #C67269
Complementary color
Monochromatic Colors of #C67269
Black with #C67269
Text Example
Text Example
White with #C67269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67269; }
p { color: rgb(198,114,105); }
H1.HeaderClassName
{
color: #C67269;
}
.AnyTagClassName
{
color: #C67269;
}
</style>
background-color css
<style>
a { background-color: #C67269; }
a { background-color: rgb(198,114,105); }
div.DivClassName
{
background-color: #C67269;
}
.BgClassName
{
background-color: #C67269;
}
</style>
border-color css
<style>
span { border-color: #C67269; }
span { border-color: rgb(198,114,105); }
td.TdClassName
{
border-color: #C67269;
}
.TagClassName
{
border-color: #C67269;
}
</style>