Shades of Trinidad #C75833
Tints of Trinidad #C75833
RGB
CMYK
RGB Variations
Color information
#C75833 (or 0xC75833) is known color: Trinidad. HEX triplet: C7, 58 and 33. RGB value is (199,88,51). Sum of RGB (Red+Green+Blue) = 199+88+51=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C75833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75833 is #38A7CC. Grayscale: #757575. Windows color (decimal): -3712973 or 3365063. OLE color: 3365063.
HSL color Cylindrical-coordinate representation of color #C75833: hue angle of 15º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C75833 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 51 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.22 |
| HSL | 15º | 0.59% | 0.49% | - |
| HSV(B) | 15º | 0.74% | 0.78% | - |
| XYZ | 27.64 | 19.36 | 5.41 | - |
| YUV | 116.97 | 90.77 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 51 | 0 | 0.56 | 0.74 | 0.22 | 15 | 0.59 | 0.49 |
| Hex | C7 | 58 | 33 | 0 | 38 | 4A | 16 | F | 3B | 31 |
| Octal | 307 | 130 | 63 | 0 | 70 | 112 | 26 | 17 | 73 | 61 |
| Binary | 11000111 | 1011000 | 110011 | 0 | 111000 | 1001010 | 10110 | 1111 | 111011 | 110001 |
Color Harmonies of #C75833
Complementary color
Monochromatic Colors of #C75833
Black with #C75833
Text Example
Text Example
White with #C75833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75833; }
p { color: rgb(199,88,51); }
H1.HeaderClassName
{
color: #C75833;
}
.AnyTagClassName
{
color: #C75833;
}
</style>
background-color css
<style>
a { background-color: #C75833; }
a { background-color: rgb(199,88,51); }
div.DivClassName
{
background-color: #C75833;
}
.BgClassName
{
background-color: #C75833;
}
</style>
border-color css
<style>
span { border-color: #C75833; }
span { border-color: rgb(199,88,51); }
td.TdClassName
{
border-color: #C75833;
}
.TagClassName
{
border-color: #C75833;
}
</style>