Shades of Contessa #CF756A
Tints of Contessa #CF756A
RGB
CMYK
RGB Variations
Color information
#CF756A (or 0xCF756A) is known color: Contessa. HEX triplet: CF, 75 and 6A. RGB value is (207,117,106). Sum of RGB (Red+Green+Blue) = 207+117+106=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF756A is #308A95. Grayscale: #8E8E8E. Windows color (decimal): -3181206 or 6976975. OLE color: 6976975.
HSL color Cylindrical-coordinate representation of color #CF756A: hue angle of 6.53º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF756A is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 106 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.19 |
| HSL | 6.53º | 0.51% | 0.61% | - |
| HSV(B) | 6.53º | 0.49% | 0.81% | - |
| XYZ | 34.69 | 27.03 | 17.02 | - |
| YUV | 142.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 106 | 0 | 0.43 | 0.49 | 0.19 | 6.53 | 0.51 | 0.61 |
| Hex | CF | 75 | 6A | 0 | 2B | 31 | 13 | 7 | 33 | 3D |
| Octal | 317 | 165 | 152 | 0 | 53 | 61 | 23 | 7 | 63 | 75 |
| Binary | 11001111 | 1110101 | 1101010 | 0 | 101011 | 110001 | 10011 | 111 | 110011 | 111101 |
Color Harmonies of #CF756A
Complementary color
Monochromatic Colors of #CF756A
Black with #CF756A
Text Example
Text Example
White with #CF756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF756A; }
p { color: rgb(207,117,106); }
H1.HeaderClassName
{
color: #CF756A;
}
.AnyTagClassName
{
color: #CF756A;
}
</style>
background-color css
<style>
a { background-color: #CF756A; }
a { background-color: rgb(207,117,106); }
div.DivClassName
{
background-color: #CF756A;
}
.BgClassName
{
background-color: #CF756A;
}
</style>
border-color css
<style>
span { border-color: #CF756A; }
span { border-color: rgb(207,117,106); }
td.TdClassName
{
border-color: #CF756A;
}
.TagClassName
{
border-color: #CF756A;
}
</style>