Shades of Trinidad #C35229
Tints of Trinidad #C35229
RGB
CMYK
RGB Variations
Color information
#C35229 (or 0xC35229) is known color: Trinidad. HEX triplet: C3, 52 and 29. RGB value is (195,82,41). Sum of RGB (Red+Green+Blue) = 195+82+41=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C35229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35229 is #3CADD6. Grayscale: #6F6F6F. Windows color (decimal): -3976663 or 2708163. OLE color: 2708163.
HSL color Cylindrical-coordinate representation of color #C35229: hue angle of 15.97º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C35229 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 41 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.24 |
| HSL | 15.97º | 0.65% | 0.46% | - |
| HSV(B) | 15.97º | 0.79% | 0.76% | - |
| XYZ | 25.92 | 17.8 | 4.17 | - |
| YUV | 111.11 | 88.44 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 41 | 0 | 0.58 | 0.79 | 0.24 | 15.97 | 0.65 | 0.46 |
| Hex | C3 | 52 | 29 | 0 | 3A | 4F | 18 | 10 | 41 | 2E |
| Octal | 303 | 122 | 51 | 0 | 72 | 117 | 30 | 20 | 101 | 56 |
| Binary | 11000011 | 1010010 | 101001 | 0 | 111010 | 1001111 | 11000 | 10000 | 1000001 | 101110 |
Color Harmonies of #C35229
Complementary color
Monochromatic Colors of #C35229
Black with #C35229
Text Example
Text Example
White with #C35229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35229; }
p { color: rgb(195,82,41); }
H1.HeaderClassName
{
color: #C35229;
}
.AnyTagClassName
{
color: #C35229;
}
</style>
background-color css
<style>
a { background-color: #C35229; }
a { background-color: rgb(195,82,41); }
div.DivClassName
{
background-color: #C35229;
}
.BgClassName
{
background-color: #C35229;
}
</style>
border-color css
<style>
span { border-color: #C35229; }
span { border-color: rgb(195,82,41); }
td.TdClassName
{
border-color: #C35229;
}
.TagClassName
{
border-color: #C35229;
}
</style>