Shades of Trinidad #C05735
Tints of Trinidad #C05735
RGB
CMYK
RGB Variations
Color information
#C05735 (or 0xC05735) is known color: Trinidad. HEX triplet: C0, 57 and 35. RGB value is (192,87,53). Sum of RGB (Red+Green+Blue) = 192+87+53=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C05735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05735 is #3FA8CA. Grayscale: #727272. Windows color (decimal): -4171979 or 3495872. OLE color: 3495872.
HSL color Cylindrical-coordinate representation of color #C05735: hue angle of 14.68º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C05735 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 53 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.25 |
| HSL | 14.68º | 0.57% | 0.48% | - |
| HSV(B) | 14.68º | 0.72% | 0.75% | - |
| XYZ | 25.79 | 18.28 | 5.54 | - |
| YUV | 114.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 53 | 0 | 0.55 | 0.72 | 0.25 | 14.68 | 0.57 | 0.48 |
| Hex | C0 | 57 | 35 | 0 | 37 | 48 | 19 | F | 39 | 30 |
| Octal | 300 | 127 | 65 | 0 | 67 | 110 | 31 | 17 | 71 | 60 |
| Binary | 11000000 | 1010111 | 110101 | 0 | 110111 | 1001000 | 11001 | 1111 | 111001 | 110000 |
Color Harmonies of #C05735
Complementary color
Monochromatic Colors of #C05735
Black with #C05735
Text Example
Text Example
White with #C05735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05735; }
p { color: rgb(192,87,53); }
H1.HeaderClassName
{
color: #C05735;
}
.AnyTagClassName
{
color: #C05735;
}
</style>
background-color css
<style>
a { background-color: #C05735; }
a { background-color: rgb(192,87,53); }
div.DivClassName
{
background-color: #C05735;
}
.BgClassName
{
background-color: #C05735;
}
</style>
border-color css
<style>
span { border-color: #C05735; }
span { border-color: rgb(192,87,53); }
td.TdClassName
{
border-color: #C05735;
}
.TagClassName
{
border-color: #C05735;
}
</style>