Shades of Trinidad #C7532A
Tints of Trinidad #C7532A
RGB
CMYK
RGB Variations
Color information
#C7532A (or 0xC7532A) is known color: Trinidad. HEX triplet: C7, 53 and 2A. RGB value is (199,83,42). Sum of RGB (Red+Green+Blue) = 199+83+42=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7532A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7532A is #38ACD5. Grayscale: #717171. Windows color (decimal): -3714262 or 2773959. OLE color: 2773959.
HSL color Cylindrical-coordinate representation of color #C7532A: hue angle of 15.67º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7532A is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 42 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.22 |
| HSL | 15.67º | 0.65% | 0.47% | - |
| HSV(B) | 15.67º | 0.79% | 0.78% | - |
| XYZ | 27.06 | 18.5 | 4.33 | - |
| YUV | 113.01 | 87.93 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 42 | 0 | 0.58 | 0.79 | 0.22 | 15.67 | 0.65 | 0.47 |
| Hex | C7 | 53 | 2A | 0 | 3A | 4F | 16 | 10 | 41 | 2F |
| Octal | 307 | 123 | 52 | 0 | 72 | 117 | 26 | 20 | 101 | 57 |
| Binary | 11000111 | 1010011 | 101010 | 0 | 111010 | 1001111 | 10110 | 10000 | 1000001 | 101111 |
Color Harmonies of #C7532A
Complementary color
Monochromatic Colors of #C7532A
Black with #C7532A
Text Example
Text Example
White with #C7532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7532A; }
p { color: rgb(199,83,42); }
H1.HeaderClassName
{
color: #C7532A;
}
.AnyTagClassName
{
color: #C7532A;
}
</style>
background-color css
<style>
a { background-color: #C7532A; }
a { background-color: rgb(199,83,42); }
div.DivClassName
{
background-color: #C7532A;
}
.BgClassName
{
background-color: #C7532A;
}
</style>
border-color css
<style>
span { border-color: #C7532A; }
span { border-color: rgb(199,83,42); }
td.TdClassName
{
border-color: #C7532A;
}
.TagClassName
{
border-color: #C7532A;
}
</style>