Shades of Trinidad #C35735
Tints of Trinidad #C35735
RGB
CMYK
RGB Variations
Color information
#C35735 (or 0xC35735) is known color: Trinidad. HEX triplet: C3, 57 and 35. RGB value is (195,87,53). Sum of RGB (Red+Green+Blue) = 195+87+53=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C35735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35735 is #3CA8CA. Grayscale: #737373. Windows color (decimal): -3975371 or 3495875. OLE color: 3495875.
HSL color Cylindrical-coordinate representation of color #C35735: hue angle of 14.37º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C35735 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 53 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.24 |
| HSL | 14.37º | 0.57% | 0.49% | - |
| HSV(B) | 14.37º | 0.73% | 0.76% | - |
| XYZ | 26.56 | 18.68 | 5.57 | - |
| YUV | 115.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 53 | 0 | 0.55 | 0.73 | 0.24 | 14.37 | 0.57 | 0.49 |
| Hex | C3 | 57 | 35 | 0 | 37 | 49 | 18 | E | 39 | 31 |
| Octal | 303 | 127 | 65 | 0 | 67 | 111 | 30 | 16 | 71 | 61 |
| Binary | 11000011 | 1010111 | 110101 | 0 | 110111 | 1001001 | 11000 | 1110 | 111001 | 110001 |
Color Harmonies of #C35735
Complementary color
Monochromatic Colors of #C35735
Black with #C35735
Text Example
Text Example
White with #C35735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35735; }
p { color: rgb(195,87,53); }
H1.HeaderClassName
{
color: #C35735;
}
.AnyTagClassName
{
color: #C35735;
}
</style>
background-color css
<style>
a { background-color: #C35735; }
a { background-color: rgb(195,87,53); }
div.DivClassName
{
background-color: #C35735;
}
.BgClassName
{
background-color: #C35735;
}
</style>
border-color css
<style>
span { border-color: #C35735; }
span { border-color: rgb(195,87,53); }
td.TdClassName
{
border-color: #C35735;
}
.TagClassName
{
border-color: #C35735;
}
</style>