Shades of Trinidad #C85230
Tints of Trinidad #C85230
RGB
CMYK
RGB Variations
Color information
#C85230 (or 0xC85230) is known color: Trinidad. HEX triplet: C8, 52 and 30. RGB value is (200,82,48). Sum of RGB (Red+Green+Blue) = 200+82+48=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C85230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85230 is #37ADCF. Grayscale: #717171. Windows color (decimal): -3648976 or 3166920. OLE color: 3166920.
HSL color Cylindrical-coordinate representation of color #C85230: hue angle of 13.42º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C85230 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 48 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.22 |
| HSL | 13.42º | 0.61% | 0.49% | - |
| HSV(B) | 13.42º | 0.76% | 0.78% | - |
| XYZ | 27.37 | 18.53 | 4.93 | - |
| YUV | 113.41 | 91.09 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 48 | 0 | 0.59 | 0.76 | 0.22 | 13.42 | 0.61 | 0.49 |
| Hex | C8 | 52 | 30 | 0 | 3B | 4C | 16 | D | 3D | 31 |
| Octal | 310 | 122 | 60 | 0 | 73 | 114 | 26 | 15 | 75 | 61 |
| Binary | 11001000 | 1010010 | 110000 | 0 | 111011 | 1001100 | 10110 | 1101 | 111101 | 110001 |
Color Harmonies of #C85230
Complementary color
Monochromatic Colors of #C85230
Black with #C85230
Text Example
Text Example
White with #C85230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85230; }
p { color: rgb(200,82,48); }
H1.HeaderClassName
{
color: #C85230;
}
.AnyTagClassName
{
color: #C85230;
}
</style>
background-color css
<style>
a { background-color: #C85230; }
a { background-color: rgb(200,82,48); }
div.DivClassName
{
background-color: #C85230;
}
.BgClassName
{
background-color: #C85230;
}
</style>
border-color css
<style>
span { border-color: #C85230; }
span { border-color: rgb(200,82,48); }
td.TdClassName
{
border-color: #C85230;
}
.TagClassName
{
border-color: #C85230;
}
</style>