Shades of Trinidad #C85034
Tints of Trinidad #C85034
RGB
CMYK
RGB Variations
Color information
#C85034 (or 0xC85034) is known color: Trinidad. HEX triplet: C8, 50 and 34. RGB value is (200,80,52). Sum of RGB (Red+Green+Blue) = 200+80+52=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C85034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85034 is #37AFCB. Grayscale: #707070. Windows color (decimal): -3649484 or 3428552. OLE color: 3428552.
HSL color Cylindrical-coordinate representation of color #C85034: hue angle of 11.35º 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 #C85034 is Cyan = 0, Magento = 0.6, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 52 | - |
| CMYK | 0 | 0.6 | 0.74 | 0.22 |
| HSL | 11.35º | 0.59% | 0.49% | - |
| HSV(B) | 11.35º | 0.74% | 0.78% | - |
| XYZ | 27.31 | 18.26 | 5.33 | - |
| YUV | 112.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 52 | 0 | 0.6 | 0.74 | 0.22 | 11.35 | 0.59 | 0.49 |
| Hex | C8 | 50 | 34 | 0 | 3C | 4A | 16 | B | 3B | 31 |
| Octal | 310 | 120 | 64 | 0 | 74 | 112 | 26 | 13 | 73 | 61 |
| Binary | 11001000 | 1010000 | 110100 | 0 | 111100 | 1001010 | 10110 | 1011 | 111011 | 110001 |
Color Harmonies of #C85034
Complementary color
Monochromatic Colors of #C85034
Black with #C85034
Text Example
Text Example
White with #C85034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85034; }
p { color: rgb(200,80,52); }
H1.HeaderClassName
{
color: #C85034;
}
.AnyTagClassName
{
color: #C85034;
}
</style>
background-color css
<style>
a { background-color: #C85034; }
a { background-color: rgb(200,80,52); }
div.DivClassName
{
background-color: #C85034;
}
.BgClassName
{
background-color: #C85034;
}
</style>
border-color css
<style>
span { border-color: #C85034; }
span { border-color: rgb(200,80,52); }
td.TdClassName
{
border-color: #C85034;
}
.TagClassName
{
border-color: #C85034;
}
</style>