Shades of Trinidad #C7533C
Tints of Trinidad #C7533C
RGB
CMYK
RGB Variations
Color information
#C7533C (or 0xC7533C) is known color: Trinidad. HEX triplet: C7, 53 and 3C. RGB value is (199,83,60). Sum of RGB (Red+Green+Blue) = 199+83+60=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7533C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7533C is #38ACC3. Grayscale: #737373. Windows color (decimal): -3714244 or 3953607. OLE color: 3953607.
HSL color Cylindrical-coordinate representation of color #C7533C: hue angle of 9.93º degrees, saturation: 0.55, 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 #C7533C is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 60 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.22 |
| HSL | 9.93º | 0.55% | 0.51% | - |
| HSV(B) | 9.93º | 0.7% | 0.78% | - |
| XYZ | 27.46 | 18.65 | 6.43 | - |
| YUV | 115.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 60 | 0 | 0.58 | 0.70 | 0.22 | 9.93 | 0.55 | 0.51 |
| Hex | C7 | 53 | 3C | 0 | 3A | 46 | 16 | A | 37 | 33 |
| Octal | 307 | 123 | 74 | 0 | 72 | 106 | 26 | 12 | 67 | 63 |
| Binary | 11000111 | 1010011 | 111100 | 0 | 111010 | 1000110 | 10110 | 1010 | 110111 | 110011 |
Color Harmonies of #C7533C
Complementary color
Monochromatic Colors of #C7533C
Black with #C7533C
Text Example
Text Example
White with #C7533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7533C; }
p { color: rgb(199,83,60); }
H1.HeaderClassName
{
color: #C7533C;
}
.AnyTagClassName
{
color: #C7533C;
}
</style>
background-color css
<style>
a { background-color: #C7533C; }
a { background-color: rgb(199,83,60); }
div.DivClassName
{
background-color: #C7533C;
}
.BgClassName
{
background-color: #C7533C;
}
</style>
border-color css
<style>
span { border-color: #C7533C; }
span { border-color: rgb(199,83,60); }
td.TdClassName
{
border-color: #C7533C;
}
.TagClassName
{
border-color: #C7533C;
}
</style>