Shades of Trinidad #C84C2A
Tints of Trinidad #C84C2A
RGB
CMYK
RGB Variations
Color information
#C84C2A (or 0xC84C2A) is known color: Trinidad. HEX triplet: C8, 4C and 2A. RGB value is (200,76,42). Sum of RGB (Red+Green+Blue) = 200+76+42=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84C2A is #37B3D5. Grayscale: #6D6D6D. Windows color (decimal): -3650518 or 2772168. OLE color: 2772168.
HSL color Cylindrical-coordinate representation of color #C84C2A: hue angle of 12.91º degrees, saturation: 0.65, 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 #C84C2A is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 42 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.22 |
| HSL | 12.91º | 0.65% | 0.47% | - |
| HSV(B) | 12.91º | 0.79% | 0.78% | - |
| XYZ | 26.82 | 17.62 | 4.18 | - |
| YUV | 109.2 | 90.08 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 42 | 0 | 0.62 | 0.79 | 0.22 | 12.91 | 0.65 | 0.47 |
| Hex | C8 | 4C | 2A | 0 | 3E | 4F | 16 | D | 41 | 2F |
| Octal | 310 | 114 | 52 | 0 | 76 | 117 | 26 | 15 | 101 | 57 |
| Binary | 11001000 | 1001100 | 101010 | 0 | 111110 | 1001111 | 10110 | 1101 | 1000001 | 101111 |
Color Harmonies of #C84C2A
Complementary color
Monochromatic Colors of #C84C2A
Black with #C84C2A
Text Example
Text Example
White with #C84C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C2A; }
p { color: rgb(200,76,42); }
H1.HeaderClassName
{
color: #C84C2A;
}
.AnyTagClassName
{
color: #C84C2A;
}
</style>
background-color css
<style>
a { background-color: #C84C2A; }
a { background-color: rgb(200,76,42); }
div.DivClassName
{
background-color: #C84C2A;
}
.BgClassName
{
background-color: #C84C2A;
}
</style>
border-color css
<style>
span { border-color: #C84C2A; }
span { border-color: rgb(200,76,42); }
td.TdClassName
{
border-color: #C84C2A;
}
.TagClassName
{
border-color: #C84C2A;
}
</style>