Shades of Trinidad #C95332
Tints of Trinidad #C95332
RGB
CMYK
RGB Variations
Color information
#C95332 (or 0xC95332) is known color: Trinidad. HEX triplet: C9, 53 and 32. RGB value is (201,83,50). Sum of RGB (Red+Green+Blue) = 201+83+50=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C95332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95332 is #36ACCD. Grayscale: #727272. Windows color (decimal): -3583182 or 3298249. OLE color: 3298249.
HSL color Cylindrical-coordinate representation of color #C95332: hue angle of 13.11º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C95332 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 50 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.21 |
| HSL | 13.11º | 0.6% | 0.49% | - |
| HSV(B) | 13.11º | 0.75% | 0.79% | - |
| XYZ | 27.76 | 18.83 | 5.19 | - |
| YUV | 114.52 | 91.59 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 50 | 0 | 0.59 | 0.75 | 0.21 | 13.11 | 0.6 | 0.49 |
| Hex | C9 | 53 | 32 | 0 | 3B | 4B | 15 | D | 3C | 31 |
| Octal | 311 | 123 | 62 | 0 | 73 | 113 | 25 | 15 | 74 | 61 |
| Binary | 11001001 | 1010011 | 110010 | 0 | 111011 | 1001011 | 10101 | 1101 | 111100 | 110001 |
Color Harmonies of #C95332
Complementary color
Monochromatic Colors of #C95332
Black with #C95332
Text Example
Text Example
White with #C95332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95332; }
p { color: rgb(201,83,50); }
H1.HeaderClassName
{
color: #C95332;
}
.AnyTagClassName
{
color: #C95332;
}
</style>
background-color css
<style>
a { background-color: #C95332; }
a { background-color: rgb(201,83,50); }
div.DivClassName
{
background-color: #C95332;
}
.BgClassName
{
background-color: #C95332;
}
</style>
border-color css
<style>
span { border-color: #C95332; }
span { border-color: rgb(201,83,50); }
td.TdClassName
{
border-color: #C95332;
}
.TagClassName
{
border-color: #C95332;
}
</style>