Shades of Trinidad #C64529
Tints of Trinidad #C64529
RGB
CMYK
RGB Variations
Color information
#C64529 (or 0xC64529) is known color: Trinidad. HEX triplet: C6, 45 and 29. RGB value is (198,69,41). Sum of RGB (Red+Green+Blue) = 198+69+41=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C64529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64529 is #39BAD6. Grayscale: #686868. Windows color (decimal): -3783383 or 2704838. OLE color: 2704838.
HSL color Cylindrical-coordinate representation of color #C64529: hue angle of 10.7º degrees, saturation: 0.66, 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 #C64529 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 41 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.22 |
| HSL | 10.7º | 0.66% | 0.47% | - |
| HSV(B) | 10.7º | 0.79% | 0.78% | - |
| XYZ | 25.82 | 16.42 | 3.91 | - |
| YUV | 104.38 | 92.24 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 41 | 0 | 0.65 | 0.79 | 0.22 | 10.7 | 0.66 | 0.47 |
| Hex | C6 | 45 | 29 | 0 | 41 | 4F | 16 | B | 42 | 2F |
| Octal | 306 | 105 | 51 | 0 | 101 | 117 | 26 | 13 | 102 | 57 |
| Binary | 11000110 | 1000101 | 101001 | 0 | 1000001 | 1001111 | 10110 | 1011 | 1000010 | 101111 |
Color Harmonies of #C64529
Complementary color
Monochromatic Colors of #C64529
Black with #C64529
Text Example
Text Example
White with #C64529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64529; }
p { color: rgb(198,69,41); }
H1.HeaderClassName
{
color: #C64529;
}
.AnyTagClassName
{
color: #C64529;
}
</style>
background-color css
<style>
a { background-color: #C64529; }
a { background-color: rgb(198,69,41); }
div.DivClassName
{
background-color: #C64529;
}
.BgClassName
{
background-color: #C64529;
}
</style>
border-color css
<style>
span { border-color: #C64529; }
span { border-color: rgb(198,69,41); }
td.TdClassName
{
border-color: #C64529;
}
.TagClassName
{
border-color: #C64529;
}
</style>