Shades of Trinidad #C9521C
Tints of Trinidad #C9521C
RGB
CMYK
RGB Variations
Color information
#C9521C (or 0xC9521C) is known color: Trinidad. HEX triplet: C9, 52 and 1C. RGB value is (201,82,28). Sum of RGB (Red+Green+Blue) = 201+82+28=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9521C is #36ADE3. Grayscale: #6F6F6F. Windows color (decimal): -3583460 or 1856201. OLE color: 1856201.
HSL color Cylindrical-coordinate representation of color #C9521C: hue angle of 18.73º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9521C is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 28 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.21 |
| HSL | 18.73º | 0.76% | 0.45% | - |
| HSV(B) | 18.73º | 0.86% | 0.79% | - |
| XYZ | 27.31 | 18.54 | 3.24 | - |
| YUV | 111.43 | 80.92 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 28 | 0 | 0.59 | 0.86 | 0.21 | 18.73 | 0.76 | 0.45 |
| Hex | C9 | 52 | 1C | 0 | 3B | 56 | 15 | 13 | 4C | 2D |
| Octal | 311 | 122 | 34 | 0 | 73 | 126 | 25 | 23 | 114 | 55 |
| Binary | 11001001 | 1010010 | 11100 | 0 | 111011 | 1010110 | 10101 | 10011 | 1001100 | 101101 |
Color Harmonies of #C9521C
Complementary color
Monochromatic Colors of #C9521C
Black with #C9521C
Text Example
Text Example
White with #C9521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9521C; }
p { color: rgb(201,82,28); }
H1.HeaderClassName
{
color: #C9521C;
}
.AnyTagClassName
{
color: #C9521C;
}
</style>
background-color css
<style>
a { background-color: #C9521C; }
a { background-color: rgb(201,82,28); }
div.DivClassName
{
background-color: #C9521C;
}
.BgClassName
{
background-color: #C9521C;
}
</style>
border-color css
<style>
span { border-color: #C9521C; }
span { border-color: rgb(201,82,28); }
td.TdClassName
{
border-color: #C9521C;
}
.TagClassName
{
border-color: #C9521C;
}
</style>