Shades of Trinidad #C8521D
Tints of Trinidad #C8521D
RGB
CMYK
RGB Variations
Color information
#C8521D (or 0xC8521D) is known color: Trinidad. HEX triplet: C8, 52 and 1D. RGB value is (200,82,29). Sum of RGB (Red+Green+Blue) = 200+82+29=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8521D is #37ADE2. Grayscale: #6F6F6F. Windows color (decimal): -3648995 or 1921736. OLE color: 1921736.
HSL color Cylindrical-coordinate representation of color #C8521D: hue angle of 18.6º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8521D is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 29 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.22 |
| HSL | 18.6º | 0.75% | 0.45% | - |
| HSV(B) | 18.6º | 0.86% | 0.78% | - |
| XYZ | 27.06 | 18.4 | 3.29 | - |
| YUV | 111.24 | 81.59 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 29 | 0 | 0.59 | 0.86 | 0.22 | 18.6 | 0.75 | 0.45 |
| Hex | C8 | 52 | 1D | 0 | 3B | 56 | 16 | 13 | 4B | 2D |
| Octal | 310 | 122 | 35 | 0 | 73 | 126 | 26 | 23 | 113 | 55 |
| Binary | 11001000 | 1010010 | 11101 | 0 | 111011 | 1010110 | 10110 | 10011 | 1001011 | 101101 |
Color Harmonies of #C8521D
Complementary color
Monochromatic Colors of #C8521D
Black with #C8521D
Text Example
Text Example
White with #C8521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8521D; }
p { color: rgb(200,82,29); }
H1.HeaderClassName
{
color: #C8521D;
}
.AnyTagClassName
{
color: #C8521D;
}
</style>
background-color css
<style>
a { background-color: #C8521D; }
a { background-color: rgb(200,82,29); }
div.DivClassName
{
background-color: #C8521D;
}
.BgClassName
{
background-color: #C8521D;
}
</style>
border-color css
<style>
span { border-color: #C8521D; }
span { border-color: rgb(200,82,29); }
td.TdClassName
{
border-color: #C8521D;
}
.TagClassName
{
border-color: #C8521D;
}
</style>