Shades of Trinidad #C64730
Tints of Trinidad #C64730
RGB
CMYK
RGB Variations
Color information
#C64730 (or 0xC64730) is known color: Trinidad. HEX triplet: C6, 47 and 30. RGB value is (198,71,48). Sum of RGB (Red+Green+Blue) = 198+71+48=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C64730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64730 is #39B8CF. Grayscale: #6A6A6A. Windows color (decimal): -3782864 or 3164102. OLE color: 3164102.
HSL color Cylindrical-coordinate representation of color #C64730: hue angle of 9.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C64730 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 48 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.22 |
| HSL | 9.2º | 0.61% | 0.48% | - |
| HSV(B) | 9.2º | 0.76% | 0.78% | - |
| XYZ | 26.08 | 16.73 | 4.65 | - |
| YUV | 106.35 | 95.08 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 48 | 0 | 0.64 | 0.76 | 0.22 | 9.2 | 0.61 | 0.48 |
| Hex | C6 | 47 | 30 | 0 | 40 | 4C | 16 | 9 | 3D | 30 |
| Octal | 306 | 107 | 60 | 0 | 100 | 114 | 26 | 11 | 75 | 60 |
| Binary | 11000110 | 1000111 | 110000 | 0 | 1000000 | 1001100 | 10110 | 1001 | 111101 | 110000 |
Color Harmonies of #C64730
Complementary color
Monochromatic Colors of #C64730
Black with #C64730
Text Example
Text Example
White with #C64730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64730; }
p { color: rgb(198,71,48); }
H1.HeaderClassName
{
color: #C64730;
}
.AnyTagClassName
{
color: #C64730;
}
</style>
background-color css
<style>
a { background-color: #C64730; }
a { background-color: rgb(198,71,48); }
div.DivClassName
{
background-color: #C64730;
}
.BgClassName
{
background-color: #C64730;
}
</style>
border-color css
<style>
span { border-color: #C64730; }
span { border-color: rgb(198,71,48); }
td.TdClassName
{
border-color: #C64730;
}
.TagClassName
{
border-color: #C64730;
}
</style>