Shades of Trinidad #C75338
Tints of Trinidad #C75338
RGB
CMYK
RGB Variations
Color information
#C75338 (or 0xC75338) is known color: Trinidad. HEX triplet: C7, 53 and 38. RGB value is (199,83,56). Sum of RGB (Red+Green+Blue) = 199+83+56=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C75338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75338 is #38ACC7. Grayscale: #727272. Windows color (decimal): -3714248 or 3691463. OLE color: 3691463.
HSL color Cylindrical-coordinate representation of color #C75338: hue angle of 11.33º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C75338 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 56 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.22 |
| HSL | 11.33º | 0.56% | 0.5% | - |
| HSV(B) | 11.33º | 0.72% | 0.78% | - |
| XYZ | 27.36 | 18.61 | 5.89 | - |
| YUV | 114.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 56 | 0 | 0.58 | 0.72 | 0.22 | 11.33 | 0.56 | 0.5 |
| Hex | C7 | 53 | 38 | 0 | 3A | 48 | 16 | B | 38 | 32 |
| Octal | 307 | 123 | 70 | 0 | 72 | 110 | 26 | 13 | 70 | 62 |
| Binary | 11000111 | 1010011 | 111000 | 0 | 111010 | 1001000 | 10110 | 1011 | 111000 | 110010 |
Color Harmonies of #C75338
Complementary color
Monochromatic Colors of #C75338
Black with #C75338
Text Example
Text Example
White with #C75338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75338; }
p { color: rgb(199,83,56); }
H1.HeaderClassName
{
color: #C75338;
}
.AnyTagClassName
{
color: #C75338;
}
</style>
background-color css
<style>
a { background-color: #C75338; }
a { background-color: rgb(199,83,56); }
div.DivClassName
{
background-color: #C75338;
}
.BgClassName
{
background-color: #C75338;
}
</style>
border-color css
<style>
span { border-color: #C75338; }
span { border-color: rgb(199,83,56); }
td.TdClassName
{
border-color: #C75338;
}
.TagClassName
{
border-color: #C75338;
}
</style>