Shades of Trinidad #C7553B
Tints of Trinidad #C7553B
RGB
CMYK
RGB Variations
Color information
#C7553B (or 0xC7553B) is known color: Trinidad. HEX triplet: C7, 55 and 3B. RGB value is (199,85,59). Sum of RGB (Red+Green+Blue) = 199+85+59=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7553B is #38AAC4. Grayscale: #747474. Windows color (decimal): -3713733 or 3888583. OLE color: 3888583.
HSL color Cylindrical-coordinate representation of color #C7553B: hue angle of 11.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7553B is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 59 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.22 |
| HSL | 11.14º | 0.56% | 0.51% | - |
| HSV(B) | 11.14º | 0.7% | 0.78% | - |
| XYZ | 27.59 | 18.95 | 6.34 | - |
| YUV | 116.12 | 95.77 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 59 | 0 | 0.57 | 0.70 | 0.22 | 11.14 | 0.56 | 0.51 |
| Hex | C7 | 55 | 3B | 0 | 39 | 46 | 16 | B | 38 | 33 |
| Octal | 307 | 125 | 73 | 0 | 71 | 106 | 26 | 13 | 70 | 63 |
| Binary | 11000111 | 1010101 | 111011 | 0 | 111001 | 1000110 | 10110 | 1011 | 111000 | 110011 |
Color Harmonies of #C7553B
Complementary color
Monochromatic Colors of #C7553B
Black with #C7553B
Text Example
Text Example
White with #C7553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7553B; }
p { color: rgb(199,85,59); }
H1.HeaderClassName
{
color: #C7553B;
}
.AnyTagClassName
{
color: #C7553B;
}
</style>
background-color css
<style>
a { background-color: #C7553B; }
a { background-color: rgb(199,85,59); }
div.DivClassName
{
background-color: #C7553B;
}
.BgClassName
{
background-color: #C7553B;
}
</style>
border-color css
<style>
span { border-color: #C7553B; }
span { border-color: rgb(199,85,59); }
td.TdClassName
{
border-color: #C7553B;
}
.TagClassName
{
border-color: #C7553B;
}
</style>