Shades of Trinidad #C35736
Tints of Trinidad #C35736
RGB
CMYK
RGB Variations
Color information
#C35736 (or 0xC35736) is known color: Trinidad. HEX triplet: C3, 57 and 36. RGB value is (195,87,54). Sum of RGB (Red+Green+Blue) = 195+87+54=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C35736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35736 is #3CA8C9. Grayscale: #737373. Windows color (decimal): -3975370 or 3561411. OLE color: 3561411.
HSL color Cylindrical-coordinate representation of color #C35736: hue angle of 14.04º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C35736 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 54 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.24 |
| HSL | 14.04º | 0.57% | 0.49% | - |
| HSV(B) | 14.04º | 0.72% | 0.76% | - |
| XYZ | 26.58 | 18.68 | 5.7 | - |
| YUV | 115.53 | 93.28 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 54 | 0 | 0.55 | 0.72 | 0.24 | 14.04 | 0.57 | 0.49 |
| Hex | C3 | 57 | 36 | 0 | 37 | 48 | 18 | E | 39 | 31 |
| Octal | 303 | 127 | 66 | 0 | 67 | 110 | 30 | 16 | 71 | 61 |
| Binary | 11000011 | 1010111 | 110110 | 0 | 110111 | 1001000 | 11000 | 1110 | 111001 | 110001 |
Color Harmonies of #C35736
Complementary color
Monochromatic Colors of #C35736
Black with #C35736
Text Example
Text Example
White with #C35736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35736; }
p { color: rgb(195,87,54); }
H1.HeaderClassName
{
color: #C35736;
}
.AnyTagClassName
{
color: #C35736;
}
</style>
background-color css
<style>
a { background-color: #C35736; }
a { background-color: rgb(195,87,54); }
div.DivClassName
{
background-color: #C35736;
}
.BgClassName
{
background-color: #C35736;
}
</style>
border-color css
<style>
span { border-color: #C35736; }
span { border-color: rgb(195,87,54); }
td.TdClassName
{
border-color: #C35736;
}
.TagClassName
{
border-color: #C35736;
}
</style>