Shades of Trinidad #C64B2C
Tints of Trinidad #C64B2C
RGB
CMYK
RGB Variations
Color information
#C64B2C (or 0xC64B2C) is known color: Trinidad. HEX triplet: C6, 4B and 2C. RGB value is (198,75,44). Sum of RGB (Red+Green+Blue) = 198+75+44=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B2C is #39B4D3. Grayscale: #6C6C6C. Windows color (decimal): -3781844 or 2902982. OLE color: 2902982.
HSL color Cylindrical-coordinate representation of color #C64B2C: hue angle of 12.08º 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 #C64B2C is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 44 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.22 |
| HSL | 12.08º | 0.64% | 0.47% | - |
| HSV(B) | 12.08º | 0.78% | 0.78% | - |
| XYZ | 26.26 | 17.22 | 4.32 | - |
| YUV | 108.24 | 91.75 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 44 | 0 | 0.62 | 0.78 | 0.22 | 12.08 | 0.64 | 0.47 |
| Hex | C6 | 4B | 2C | 0 | 3E | 4E | 16 | C | 40 | 2F |
| Octal | 306 | 113 | 54 | 0 | 76 | 116 | 26 | 14 | 100 | 57 |
| Binary | 11000110 | 1001011 | 101100 | 0 | 111110 | 1001110 | 10110 | 1100 | 1000000 | 101111 |
Color Harmonies of #C64B2C
Complementary color
Monochromatic Colors of #C64B2C
Black with #C64B2C
Text Example
Text Example
White with #C64B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B2C; }
p { color: rgb(198,75,44); }
H1.HeaderClassName
{
color: #C64B2C;
}
.AnyTagClassName
{
color: #C64B2C;
}
</style>
background-color css
<style>
a { background-color: #C64B2C; }
a { background-color: rgb(198,75,44); }
div.DivClassName
{
background-color: #C64B2C;
}
.BgClassName
{
background-color: #C64B2C;
}
</style>
border-color css
<style>
span { border-color: #C64B2C; }
span { border-color: rgb(198,75,44); }
td.TdClassName
{
border-color: #C64B2C;
}
.TagClassName
{
border-color: #C64B2C;
}
</style>