Shades of Trinidad #C3552D
Tints of Trinidad #C3552D
RGB
CMYK
RGB Variations
Color information
#C3552D (or 0xC3552D) is known color: Trinidad. HEX triplet: C3, 55 and 2D. RGB value is (195,85,45). Sum of RGB (Red+Green+Blue) = 195+85+45=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3552D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3552D is #3CAAD2. Grayscale: #717171. Windows color (decimal): -3975891 or 2971075. OLE color: 2971075.
HSL color Cylindrical-coordinate representation of color #C3552D: hue angle of 16º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3552D is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 45 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.24 |
| HSL | 16º | 0.63% | 0.47% | - |
| HSV(B) | 16º | 0.77% | 0.76% | - |
| XYZ | 26.23 | 18.29 | 4.63 | - |
| YUV | 113.33 | 89.44 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 45 | 0 | 0.56 | 0.77 | 0.24 | 16 | 0.63 | 0.47 |
| Hex | C3 | 55 | 2D | 0 | 38 | 4D | 18 | 10 | 3E | 2F |
| Octal | 303 | 125 | 55 | 0 | 70 | 115 | 30 | 20 | 76 | 57 |
| Binary | 11000011 | 1010101 | 101101 | 0 | 111000 | 1001101 | 11000 | 10000 | 111110 | 101111 |
Color Harmonies of #C3552D
Complementary color
Monochromatic Colors of #C3552D
Black with #C3552D
Text Example
Text Example
White with #C3552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3552D; }
p { color: rgb(195,85,45); }
H1.HeaderClassName
{
color: #C3552D;
}
.AnyTagClassName
{
color: #C3552D;
}
</style>
background-color css
<style>
a { background-color: #C3552D; }
a { background-color: rgb(195,85,45); }
div.DivClassName
{
background-color: #C3552D;
}
.BgClassName
{
background-color: #C3552D;
}
</style>
border-color css
<style>
span { border-color: #C3552D; }
span { border-color: rgb(195,85,45); }
td.TdClassName
{
border-color: #C3552D;
}
.TagClassName
{
border-color: #C3552D;
}
</style>