Shades of Trinidad #C64725
Tints of Trinidad #C64725
RGB
CMYK
RGB Variations
Color information
#C64725 (or 0xC64725) is known color: Trinidad. HEX triplet: C6, 47 and 25. RGB value is (198,71,37). Sum of RGB (Red+Green+Blue) = 198+71+37=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C64725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64725 is #39B8DA. Grayscale: #696969. Windows color (decimal): -3782875 or 2443206. OLE color: 2443206.
HSL color Cylindrical-coordinate representation of color #C64725: hue angle of 12.67º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C64725 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 37 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.22 |
| HSL | 12.67º | 0.69% | 0.46% | - |
| HSV(B) | 12.67º | 0.81% | 0.78% | - |
| XYZ | 25.88 | 16.65 | 3.6 | - |
| YUV | 105.1 | 89.58 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 37 | 0 | 0.64 | 0.81 | 0.22 | 12.67 | 0.69 | 0.46 |
| Hex | C6 | 47 | 25 | 0 | 40 | 51 | 16 | D | 45 | 2E |
| Octal | 306 | 107 | 45 | 0 | 100 | 121 | 26 | 15 | 105 | 56 |
| Binary | 11000110 | 1000111 | 100101 | 0 | 1000000 | 1010001 | 10110 | 1101 | 1000101 | 101110 |
Color Harmonies of #C64725
Complementary color
Monochromatic Colors of #C64725
Black with #C64725
Text Example
Text Example
White with #C64725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64725; }
p { color: rgb(198,71,37); }
H1.HeaderClassName
{
color: #C64725;
}
.AnyTagClassName
{
color: #C64725;
}
</style>
background-color css
<style>
a { background-color: #C64725; }
a { background-color: rgb(198,71,37); }
div.DivClassName
{
background-color: #C64725;
}
.BgClassName
{
background-color: #C64725;
}
</style>
border-color css
<style>
span { border-color: #C64725; }
span { border-color: rgb(198,71,37); }
td.TdClassName
{
border-color: #C64725;
}
.TagClassName
{
border-color: #C64725;
}
</style>