Shades of Trinidad #C65133
Tints of Trinidad #C65133
RGB
CMYK
RGB Variations
Color information
#C65133 (or 0xC65133) is known color: Trinidad. HEX triplet: C6, 51 and 33. RGB value is (198,81,51). Sum of RGB (Red+Green+Blue) = 198+81+51=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C65133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65133 is #39AECC. Grayscale: #707070. Windows color (decimal): -3780301 or 3363270. OLE color: 3363270.
HSL color Cylindrical-coordinate representation of color #C65133: hue angle of 12.24º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C65133 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 51 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.22 |
| HSL | 12.24º | 0.59% | 0.49% | - |
| HSV(B) | 12.24º | 0.74% | 0.78% | - |
| XYZ | 26.83 | 18.13 | 5.22 | - |
| YUV | 112.56 | 93.26 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 51 | 0 | 0.59 | 0.74 | 0.22 | 12.24 | 0.59 | 0.49 |
| Hex | C6 | 51 | 33 | 0 | 3B | 4A | 16 | C | 3B | 31 |
| Octal | 306 | 121 | 63 | 0 | 73 | 112 | 26 | 14 | 73 | 61 |
| Binary | 11000110 | 1010001 | 110011 | 0 | 111011 | 1001010 | 10110 | 1100 | 111011 | 110001 |
Color Harmonies of #C65133
Complementary color
Monochromatic Colors of #C65133
Black with #C65133
Text Example
Text Example
White with #C65133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65133; }
p { color: rgb(198,81,51); }
H1.HeaderClassName
{
color: #C65133;
}
.AnyTagClassName
{
color: #C65133;
}
</style>
background-color css
<style>
a { background-color: #C65133; }
a { background-color: rgb(198,81,51); }
div.DivClassName
{
background-color: #C65133;
}
.BgClassName
{
background-color: #C65133;
}
</style>
border-color css
<style>
span { border-color: #C65133; }
span { border-color: rgb(198,81,51); }
td.TdClassName
{
border-color: #C65133;
}
.TagClassName
{
border-color: #C65133;
}
</style>