Shades of Trinidad #C3552F
Tints of Trinidad #C3552F
RGB
CMYK
RGB Variations
Color information
#C3552F (or 0xC3552F) is known color: Trinidad. HEX triplet: C3, 55 and 2F. RGB value is (195,85,47). Sum of RGB (Red+Green+Blue) = 195+85+47=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3552F is #3CAAD0. Grayscale: #717171. Windows color (decimal): -3975889 or 3102147. OLE color: 3102147.
HSL color Cylindrical-coordinate representation of color #C3552F: hue angle of 15.41º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3552F is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 47 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.24 |
| HSL | 15.41º | 0.61% | 0.47% | - |
| HSV(B) | 15.41º | 0.76% | 0.76% | - |
| XYZ | 26.27 | 18.3 | 4.84 | - |
| YUV | 113.56 | 90.44 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 47 | 0 | 0.56 | 0.76 | 0.24 | 15.41 | 0.61 | 0.47 |
| Hex | C3 | 55 | 2F | 0 | 38 | 4C | 18 | F | 3D | 2F |
| Octal | 303 | 125 | 57 | 0 | 70 | 114 | 30 | 17 | 75 | 57 |
| Binary | 11000011 | 1010101 | 101111 | 0 | 111000 | 1001100 | 11000 | 1111 | 111101 | 101111 |
Color Harmonies of #C3552F
Complementary color
Monochromatic Colors of #C3552F
Black with #C3552F
Text Example
Text Example
White with #C3552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3552F; }
p { color: rgb(195,85,47); }
H1.HeaderClassName
{
color: #C3552F;
}
.AnyTagClassName
{
color: #C3552F;
}
</style>
background-color css
<style>
a { background-color: #C3552F; }
a { background-color: rgb(195,85,47); }
div.DivClassName
{
background-color: #C3552F;
}
.BgClassName
{
background-color: #C3552F;
}
</style>
border-color css
<style>
span { border-color: #C3552F; }
span { border-color: rgb(195,85,47); }
td.TdClassName
{
border-color: #C3552F;
}
.TagClassName
{
border-color: #C3552F;
}
</style>