Shades of Trinidad #C85533
Tints of Trinidad #C85533
RGB
CMYK
RGB Variations
Color information
#C85533 (or 0xC85533) is known color: Trinidad. HEX triplet: C8, 55 and 33. RGB value is (200,85,51). Sum of RGB (Red+Green+Blue) = 200+85+51=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C85533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85533 is #37AACC. Grayscale: #737373. Windows color (decimal): -3648205 or 3364296. OLE color: 3364296.
HSL color Cylindrical-coordinate representation of color #C85533: hue angle of 13.69º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C85533 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 51 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.22 |
| HSL | 13.69º | 0.59% | 0.49% | - |
| HSV(B) | 13.69º | 0.75% | 0.78% | - |
| XYZ | 27.67 | 19.02 | 5.34 | - |
| YUV | 115.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 51 | 0 | 0.58 | 0.74 | 0.22 | 13.69 | 0.59 | 0.49 |
| Hex | C8 | 55 | 33 | 0 | 3A | 4A | 16 | E | 3B | 31 |
| Octal | 310 | 125 | 63 | 0 | 72 | 112 | 26 | 16 | 73 | 61 |
| Binary | 11001000 | 1010101 | 110011 | 0 | 111010 | 1001010 | 10110 | 1110 | 111011 | 110001 |
Color Harmonies of #C85533
Complementary color
Monochromatic Colors of #C85533
Black with #C85533
Text Example
Text Example
White with #C85533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85533; }
p { color: rgb(200,85,51); }
H1.HeaderClassName
{
color: #C85533;
}
.AnyTagClassName
{
color: #C85533;
}
</style>
background-color css
<style>
a { background-color: #C85533; }
a { background-color: rgb(200,85,51); }
div.DivClassName
{
background-color: #C85533;
}
.BgClassName
{
background-color: #C85533;
}
</style>
border-color css
<style>
span { border-color: #C85533; }
span { border-color: rgb(200,85,51); }
td.TdClassName
{
border-color: #C85533;
}
.TagClassName
{
border-color: #C85533;
}
</style>