Shades of Trinidad #C95320
Tints of Trinidad #C95320
RGB
CMYK
RGB Variations
Color information
#C95320 (or 0xC95320) is known color: Trinidad. HEX triplet: C9, 53 and 20. RGB value is (201,83,32). Sum of RGB (Red+Green+Blue) = 201+83+32=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C95320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95320 is #36ACDF. Grayscale: #707070. Windows color (decimal): -3583200 or 2118601. OLE color: 2118601.
HSL color Cylindrical-coordinate representation of color #C95320: hue angle of 18.11º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C95320 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 32 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.21 |
| HSL | 18.11º | 0.73% | 0.46% | - |
| HSV(B) | 18.11º | 0.84% | 0.79% | - |
| XYZ | 27.44 | 18.71 | 3.53 | - |
| YUV | 112.47 | 82.59 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 32 | 0 | 0.59 | 0.84 | 0.21 | 18.11 | 0.73 | 0.46 |
| Hex | C9 | 53 | 20 | 0 | 3B | 54 | 15 | 12 | 49 | 2E |
| Octal | 311 | 123 | 40 | 0 | 73 | 124 | 25 | 22 | 111 | 56 |
| Binary | 11001001 | 1010011 | 100000 | 0 | 111011 | 1010100 | 10101 | 10010 | 1001001 | 101110 |
Color Harmonies of #C95320
Complementary color
Monochromatic Colors of #C95320
Black with #C95320
Text Example
Text Example
White with #C95320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95320; }
p { color: rgb(201,83,32); }
H1.HeaderClassName
{
color: #C95320;
}
.AnyTagClassName
{
color: #C95320;
}
</style>
background-color css
<style>
a { background-color: #C95320; }
a { background-color: rgb(201,83,32); }
div.DivClassName
{
background-color: #C95320;
}
.BgClassName
{
background-color: #C95320;
}
</style>
border-color css
<style>
span { border-color: #C95320; }
span { border-color: rgb(201,83,32); }
td.TdClassName
{
border-color: #C95320;
}
.TagClassName
{
border-color: #C95320;
}
</style>