Shades of Trinidad #C64724
Tints of Trinidad #C64724
RGB
CMYK
RGB Variations
Color information
#C64724 (or 0xC64724) is known color: Trinidad. HEX triplet: C6, 47 and 24. RGB value is (198,71,36). Sum of RGB (Red+Green+Blue) = 198+71+36=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C64724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64724 is #39B8DB. Grayscale: #696969. Windows color (decimal): -3782876 or 2377670. OLE color: 2377670.
HSL color Cylindrical-coordinate representation of color #C64724: hue angle of 12.96º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C64724 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 36 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.22 |
| HSL | 12.96º | 0.69% | 0.46% | - |
| HSV(B) | 12.96º | 0.82% | 0.78% | - |
| XYZ | 25.86 | 16.64 | 3.52 | - |
| YUV | 104.98 | 89.08 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 36 | 0 | 0.64 | 0.82 | 0.22 | 12.96 | 0.69 | 0.46 |
| Hex | C6 | 47 | 24 | 0 | 40 | 52 | 16 | D | 45 | 2E |
| Octal | 306 | 107 | 44 | 0 | 100 | 122 | 26 | 15 | 105 | 56 |
| Binary | 11000110 | 1000111 | 100100 | 0 | 1000000 | 1010010 | 10110 | 1101 | 1000101 | 101110 |
Color Harmonies of #C64724
Complementary color
Monochromatic Colors of #C64724
Black with #C64724
Text Example
Text Example
White with #C64724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64724; }
p { color: rgb(198,71,36); }
H1.HeaderClassName
{
color: #C64724;
}
.AnyTagClassName
{
color: #C64724;
}
</style>
background-color css
<style>
a { background-color: #C64724; }
a { background-color: rgb(198,71,36); }
div.DivClassName
{
background-color: #C64724;
}
.BgClassName
{
background-color: #C64724;
}
</style>
border-color css
<style>
span { border-color: #C64724; }
span { border-color: rgb(198,71,36); }
td.TdClassName
{
border-color: #C64724;
}
.TagClassName
{
border-color: #C64724;
}
</style>