Shades of Trinidad #C8521C
Tints of Trinidad #C8521C
RGB
CMYK
RGB Variations
Color information
#C8521C (or 0xC8521C) is known color: Trinidad. HEX triplet: C8, 52 and 1C. RGB value is (200,82,28). Sum of RGB (Red+Green+Blue) = 200+82+28=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8521C is #37ADE3. Grayscale: #6F6F6F. Windows color (decimal): -3648996 or 1856200. OLE color: 1856200.
HSL color Cylindrical-coordinate representation of color #C8521C: hue angle of 18.84º 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 #C8521C is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 28 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.22 |
| HSL | 18.84º | 0.75% | 0.45% | - |
| HSV(B) | 18.84º | 0.86% | 0.78% | - |
| XYZ | 27.05 | 18.4 | 3.22 | - |
| YUV | 111.13 | 81.09 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 28 | 0 | 0.59 | 0.86 | 0.22 | 18.84 | 0.75 | 0.45 |
| Hex | C8 | 52 | 1C | 0 | 3B | 56 | 16 | 13 | 4B | 2D |
| Octal | 310 | 122 | 34 | 0 | 73 | 126 | 26 | 23 | 113 | 55 |
| Binary | 11001000 | 1010010 | 11100 | 0 | 111011 | 1010110 | 10110 | 10011 | 1001011 | 101101 |
Color Harmonies of #C8521C
Complementary color
Monochromatic Colors of #C8521C
Black with #C8521C
Text Example
Text Example
White with #C8521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8521C; }
p { color: rgb(200,82,28); }
H1.HeaderClassName
{
color: #C8521C;
}
.AnyTagClassName
{
color: #C8521C;
}
</style>
background-color css
<style>
a { background-color: #C8521C; }
a { background-color: rgb(200,82,28); }
div.DivClassName
{
background-color: #C8521C;
}
.BgClassName
{
background-color: #C8521C;
}
</style>
border-color css
<style>
span { border-color: #C8521C; }
span { border-color: rgb(200,82,28); }
td.TdClassName
{
border-color: #C8521C;
}
.TagClassName
{
border-color: #C8521C;
}
</style>