Shades of Contessa #CB736D
Tints of Contessa #CB736D
RGB
CMYK
RGB Variations
Color information
#CB736D (or 0xCB736D) is known color: Contessa. HEX triplet: CB, 73 and 6D. RGB value is (203,115,109). Sum of RGB (Red+Green+Blue) = 203+115+109=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB736D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB736D is #348C92. Grayscale: #8C8C8C. Windows color (decimal): -3443859 or 7173067. OLE color: 7173067.
HSL color Cylindrical-coordinate representation of color #CB736D: hue angle of 3.83º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB736D is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 109 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.20 |
| HSL | 3.83º | 0.47% | 0.61% | - |
| HSV(B) | 3.83º | 0.46% | 0.8% | - |
| XYZ | 33.52 | 26.06 | 17.73 | - |
| YUV | 140.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 109 | 0 | 0.43 | 0.46 | 0.20 | 3.83 | 0.47 | 0.61 |
| Hex | CB | 73 | 6D | 0 | 2B | 2E | 14 | 4 | 2F | 3D |
| Octal | 313 | 163 | 155 | 0 | 53 | 56 | 24 | 4 | 57 | 75 |
| Binary | 11001011 | 1110011 | 1101101 | 0 | 101011 | 101110 | 10100 | 100 | 101111 | 111101 |
Color Harmonies of #CB736D
Complementary color
Monochromatic Colors of #CB736D
Black with #CB736D
Text Example
Text Example
White with #CB736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB736D; }
p { color: rgb(203,115,109); }
H1.HeaderClassName
{
color: #CB736D;
}
.AnyTagClassName
{
color: #CB736D;
}
</style>
background-color css
<style>
a { background-color: #CB736D; }
a { background-color: rgb(203,115,109); }
div.DivClassName
{
background-color: #CB736D;
}
.BgClassName
{
background-color: #CB736D;
}
</style>
border-color css
<style>
span { border-color: #CB736D; }
span { border-color: rgb(203,115,109); }
td.TdClassName
{
border-color: #CB736D;
}
.TagClassName
{
border-color: #CB736D;
}
</style>