Shades of Trinidad #C64929
Tints of Trinidad #C64929
RGB
CMYK
RGB Variations
Color information
#C64929 (or 0xC64929) is known color: Trinidad. HEX triplet: C6, 49 and 29. RGB value is (198,73,41). Sum of RGB (Red+Green+Blue) = 198+73+41=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C64929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64929 is #39B6D6. Grayscale: #6A6A6A. Windows color (decimal): -3782359 or 2705862. OLE color: 2705862.
HSL color Cylindrical-coordinate representation of color #C64929: hue angle of 12.23º 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 #C64929 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 41 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.22 |
| HSL | 12.23º | 0.66% | 0.47% | - |
| HSV(B) | 12.23º | 0.79% | 0.78% | - |
| XYZ | 26.07 | 16.93 | 3.99 | - |
| YUV | 106.73 | 90.91 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 41 | 0 | 0.63 | 0.79 | 0.22 | 12.23 | 0.66 | 0.47 |
| Hex | C6 | 49 | 29 | 0 | 3F | 4F | 16 | C | 42 | 2F |
| Octal | 306 | 111 | 51 | 0 | 77 | 117 | 26 | 14 | 102 | 57 |
| Binary | 11000110 | 1001001 | 101001 | 0 | 111111 | 1001111 | 10110 | 1100 | 1000010 | 101111 |
Color Harmonies of #C64929
Complementary color
Monochromatic Colors of #C64929
Black with #C64929
Text Example
Text Example
White with #C64929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64929; }
p { color: rgb(198,73,41); }
H1.HeaderClassName
{
color: #C64929;
}
.AnyTagClassName
{
color: #C64929;
}
</style>
background-color css
<style>
a { background-color: #C64929; }
a { background-color: rgb(198,73,41); }
div.DivClassName
{
background-color: #C64929;
}
.BgClassName
{
background-color: #C64929;
}
</style>
border-color css
<style>
span { border-color: #C64929; }
span { border-color: rgb(198,73,41); }
td.TdClassName
{
border-color: #C64929;
}
.TagClassName
{
border-color: #C64929;
}
</style>