Shades of Trinidad #C64C2C
Tints of Trinidad #C64C2C
RGB
CMYK
RGB Variations
Color information
#C64C2C (or 0xC64C2C) is known color: Trinidad. HEX triplet: C6, 4C and 2C. RGB value is (198,76,44). Sum of RGB (Red+Green+Blue) = 198+76+44=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64C2C is #39B3D3. Grayscale: #6D6D6D. Windows color (decimal): -3781588 or 2903238. OLE color: 2903238.
HSL color Cylindrical-coordinate representation of color #C64C2C: hue angle of 12.47º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C64C2C is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 44 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.22 |
| HSL | 12.47º | 0.64% | 0.47% | - |
| HSV(B) | 12.47º | 0.78% | 0.78% | - |
| XYZ | 26.33 | 17.36 | 4.35 | - |
| YUV | 108.83 | 91.42 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 44 | 0 | 0.62 | 0.78 | 0.22 | 12.47 | 0.64 | 0.47 |
| Hex | C6 | 4C | 2C | 0 | 3E | 4E | 16 | C | 40 | 2F |
| Octal | 306 | 114 | 54 | 0 | 76 | 116 | 26 | 14 | 100 | 57 |
| Binary | 11000110 | 1001100 | 101100 | 0 | 111110 | 1001110 | 10110 | 1100 | 1000000 | 101111 |
Color Harmonies of #C64C2C
Complementary color
Monochromatic Colors of #C64C2C
Black with #C64C2C
Text Example
Text Example
White with #C64C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64C2C; }
p { color: rgb(198,76,44); }
H1.HeaderClassName
{
color: #C64C2C;
}
.AnyTagClassName
{
color: #C64C2C;
}
</style>
background-color css
<style>
a { background-color: #C64C2C; }
a { background-color: rgb(198,76,44); }
div.DivClassName
{
background-color: #C64C2C;
}
.BgClassName
{
background-color: #C64C2C;
}
</style>
border-color css
<style>
span { border-color: #C64C2C; }
span { border-color: rgb(198,76,44); }
td.TdClassName
{
border-color: #C64C2C;
}
.TagClassName
{
border-color: #C64C2C;
}
</style>