Shades of Trinidad #C35231
Tints of Trinidad #C35231
RGB
CMYK
RGB Variations
Color information
#C35231 (or 0xC35231) is known color: Trinidad. HEX triplet: C3, 52 and 31. RGB value is (195,82,49). Sum of RGB (Red+Green+Blue) = 195+82+49=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C35231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35231 is #3CADCE. Grayscale: #707070. Windows color (decimal): -3976655 or 3232451. OLE color: 3232451.
HSL color Cylindrical-coordinate representation of color #C35231: hue angle of 13.56º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C35231 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 49 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.24 |
| HSL | 13.56º | 0.6% | 0.48% | - |
| HSV(B) | 13.56º | 0.75% | 0.76% | - |
| XYZ | 26.08 | 17.86 | 4.98 | - |
| YUV | 112.03 | 92.44 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 49 | 0 | 0.58 | 0.75 | 0.24 | 13.56 | 0.6 | 0.48 |
| Hex | C3 | 52 | 31 | 0 | 3A | 4B | 18 | E | 3C | 30 |
| Octal | 303 | 122 | 61 | 0 | 72 | 113 | 30 | 16 | 74 | 60 |
| Binary | 11000011 | 1010010 | 110001 | 0 | 111010 | 1001011 | 11000 | 1110 | 111100 | 110000 |
Color Harmonies of #C35231
Complementary color
Monochromatic Colors of #C35231
Black with #C35231
Text Example
Text Example
White with #C35231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35231; }
p { color: rgb(195,82,49); }
H1.HeaderClassName
{
color: #C35231;
}
.AnyTagClassName
{
color: #C35231;
}
</style>
background-color css
<style>
a { background-color: #C35231; }
a { background-color: rgb(195,82,49); }
div.DivClassName
{
background-color: #C35231;
}
.BgClassName
{
background-color: #C35231;
}
</style>
border-color css
<style>
span { border-color: #C35231; }
span { border-color: rgb(195,82,49); }
td.TdClassName
{
border-color: #C35231;
}
.TagClassName
{
border-color: #C35231;
}
</style>