Shades of Trinidad #C84A22
Tints of Trinidad #C84A22
RGB
CMYK
RGB Variations
Color information
#C84A22 (or 0xC84A22) is known color: Trinidad. HEX triplet: C8, 4A and 22. RGB value is (200,74,34). Sum of RGB (Red+Green+Blue) = 200+74+34=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84A22 is #37B5DD. Grayscale: #6B6B6B. Windows color (decimal): -3651038 or 2247368. OLE color: 2247368.
HSL color Cylindrical-coordinate representation of color #C84A22: hue angle of 14.46º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C84A22 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 34 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.22 |
| HSL | 14.46º | 0.71% | 0.46% | - |
| HSV(B) | 14.46º | 0.83% | 0.78% | - |
| XYZ | 26.56 | 17.29 | 3.45 | - |
| YUV | 107.11 | 86.74 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 34 | 0 | 0.63 | 0.83 | 0.22 | 14.46 | 0.71 | 0.46 |
| Hex | C8 | 4A | 22 | 0 | 3F | 53 | 16 | E | 47 | 2E |
| Octal | 310 | 112 | 42 | 0 | 77 | 123 | 26 | 16 | 107 | 56 |
| Binary | 11001000 | 1001010 | 100010 | 0 | 111111 | 1010011 | 10110 | 1110 | 1000111 | 101110 |
Color Harmonies of #C84A22
Complementary color
Monochromatic Colors of #C84A22
Black with #C84A22
Text Example
Text Example
White with #C84A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A22; }
p { color: rgb(200,74,34); }
H1.HeaderClassName
{
color: #C84A22;
}
.AnyTagClassName
{
color: #C84A22;
}
</style>
background-color css
<style>
a { background-color: #C84A22; }
a { background-color: rgb(200,74,34); }
div.DivClassName
{
background-color: #C84A22;
}
.BgClassName
{
background-color: #C84A22;
}
</style>
border-color css
<style>
span { border-color: #C84A22; }
span { border-color: rgb(200,74,34); }
td.TdClassName
{
border-color: #C84A22;
}
.TagClassName
{
border-color: #C84A22;
}
</style>