Shades of Trinidad #C95229
Tints of Trinidad #C95229
RGB
CMYK
RGB Variations
Color information
#C95229 (or 0xC95229) is known color: Trinidad. HEX triplet: C9, 52 and 29. RGB value is (201,82,41). Sum of RGB (Red+Green+Blue) = 201+82+41=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C95229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95229 is #36ADD6. Grayscale: #717171. Windows color (decimal): -3583447 or 2708169. OLE color: 2708169.
HSL color Cylindrical-coordinate representation of color #C95229: hue angle of 15.38º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C95229 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 41 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.21 |
| HSL | 15.38º | 0.66% | 0.47% | - |
| HSV(B) | 15.38º | 0.8% | 0.79% | - |
| XYZ | 27.5 | 18.61 | 4.24 | - |
| YUV | 112.91 | 87.42 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 41 | 0 | 0.59 | 0.80 | 0.21 | 15.38 | 0.66 | 0.47 |
| Hex | C9 | 52 | 29 | 0 | 3B | 50 | 15 | F | 42 | 2F |
| Octal | 311 | 122 | 51 | 0 | 73 | 120 | 25 | 17 | 102 | 57 |
| Binary | 11001001 | 1010010 | 101001 | 0 | 111011 | 1010000 | 10101 | 1111 | 1000010 | 101111 |
Color Harmonies of #C95229
Complementary color
Monochromatic Colors of #C95229
Black with #C95229
Text Example
Text Example
White with #C95229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95229; }
p { color: rgb(201,82,41); }
H1.HeaderClassName
{
color: #C95229;
}
.AnyTagClassName
{
color: #C95229;
}
</style>
background-color css
<style>
a { background-color: #C95229; }
a { background-color: rgb(201,82,41); }
div.DivClassName
{
background-color: #C95229;
}
.BgClassName
{
background-color: #C95229;
}
</style>
border-color css
<style>
span { border-color: #C95229; }
span { border-color: rgb(201,82,41); }
td.TdClassName
{
border-color: #C95229;
}
.TagClassName
{
border-color: #C95229;
}
</style>