Shades of Trinidad #C65234
Tints of Trinidad #C65234
RGB
CMYK
RGB Variations
Color information
#C65234 (or 0xC65234) is known color: Trinidad. HEX triplet: C6, 52 and 34. RGB value is (198,82,52). Sum of RGB (Red+Green+Blue) = 198+82+52=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C65234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65234 is #39ADCB. Grayscale: #717171. Windows color (decimal): -3780044 or 3429062. OLE color: 3429062.
HSL color Cylindrical-coordinate representation of color #C65234: hue angle of 12.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C65234 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 52 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.22 |
| HSL | 12.33º | 0.58% | 0.49% | - |
| HSV(B) | 12.33º | 0.74% | 0.78% | - |
| XYZ | 26.93 | 18.29 | 5.36 | - |
| YUV | 113.26 | 93.43 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 52 | 0 | 0.59 | 0.74 | 0.22 | 12.33 | 0.58 | 0.49 |
| Hex | C6 | 52 | 34 | 0 | 3B | 4A | 16 | C | 3A | 31 |
| Octal | 306 | 122 | 64 | 0 | 73 | 112 | 26 | 14 | 72 | 61 |
| Binary | 11000110 | 1010010 | 110100 | 0 | 111011 | 1001010 | 10110 | 1100 | 111010 | 110001 |
Color Harmonies of #C65234
Complementary color
Monochromatic Colors of #C65234
Black with #C65234
Text Example
Text Example
White with #C65234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65234; }
p { color: rgb(198,82,52); }
H1.HeaderClassName
{
color: #C65234;
}
.AnyTagClassName
{
color: #C65234;
}
</style>
background-color css
<style>
a { background-color: #C65234; }
a { background-color: rgb(198,82,52); }
div.DivClassName
{
background-color: #C65234;
}
.BgClassName
{
background-color: #C65234;
}
</style>
border-color css
<style>
span { border-color: #C65234; }
span { border-color: rgb(198,82,52); }
td.TdClassName
{
border-color: #C65234;
}
.TagClassName
{
border-color: #C65234;
}
</style>