Shades of Trinidad #C05335
Tints of Trinidad #C05335
RGB
CMYK
RGB Variations
Color information
#C05335 (or 0xC05335) is known color: Trinidad. HEX triplet: C0, 53 and 35. RGB value is (192,83,53). Sum of RGB (Red+Green+Blue) = 192+83+53=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C05335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05335 is #3FACCA. Grayscale: #707070. Windows color (decimal): -4173003 or 3494848. OLE color: 3494848.
HSL color Cylindrical-coordinate representation of color #C05335: hue angle of 12.95º 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 #C05335 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 53 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.25 |
| HSL | 12.95º | 0.57% | 0.48% | - |
| HSV(B) | 12.95º | 0.72% | 0.75% | - |
| XYZ | 25.47 | 17.65 | 5.43 | - |
| YUV | 112.17 | 94.61 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 53 | 0 | 0.57 | 0.72 | 0.25 | 12.95 | 0.57 | 0.48 |
| Hex | C0 | 53 | 35 | 0 | 39 | 48 | 19 | D | 39 | 30 |
| Octal | 300 | 123 | 65 | 0 | 71 | 110 | 31 | 15 | 71 | 60 |
| Binary | 11000000 | 1010011 | 110101 | 0 | 111001 | 1001000 | 11001 | 1101 | 111001 | 110000 |
Color Harmonies of #C05335
Complementary color
Monochromatic Colors of #C05335
Black with #C05335
Text Example
Text Example
White with #C05335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05335; }
p { color: rgb(192,83,53); }
H1.HeaderClassName
{
color: #C05335;
}
.AnyTagClassName
{
color: #C05335;
}
</style>
background-color css
<style>
a { background-color: #C05335; }
a { background-color: rgb(192,83,53); }
div.DivClassName
{
background-color: #C05335;
}
.BgClassName
{
background-color: #C05335;
}
</style>
border-color css
<style>
span { border-color: #C05335; }
span { border-color: rgb(192,83,53); }
td.TdClassName
{
border-color: #C05335;
}
.TagClassName
{
border-color: #C05335;
}
</style>