Shades of Trinidad #C65833
Tints of Trinidad #C65833
RGB
CMYK
RGB Variations
Color information
#C65833 (or 0xC65833) is known color: Trinidad. HEX triplet: C6, 58 and 33. RGB value is (198,88,51). Sum of RGB (Red+Green+Blue) = 198+88+51=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C65833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65833 is #39A7CC. Grayscale: #747474. Windows color (decimal): -3778509 or 3365062. OLE color: 3365062.
HSL color Cylindrical-coordinate representation of color #C65833: hue angle of 15.1º degrees, saturation: 0.59, 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 #C65833 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 51 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.22 |
| HSL | 15.1º | 0.59% | 0.49% | - |
| HSV(B) | 15.1º | 0.74% | 0.78% | - |
| XYZ | 27.38 | 19.22 | 5.4 | - |
| YUV | 116.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 51 | 0 | 0.56 | 0.74 | 0.22 | 15.1 | 0.59 | 0.49 |
| Hex | C6 | 58 | 33 | 0 | 38 | 4A | 16 | F | 3B | 31 |
| Octal | 306 | 130 | 63 | 0 | 70 | 112 | 26 | 17 | 73 | 61 |
| Binary | 11000110 | 1011000 | 110011 | 0 | 111000 | 1001010 | 10110 | 1111 | 111011 | 110001 |
Color Harmonies of #C65833
Complementary color
Monochromatic Colors of #C65833
Black with #C65833
Text Example
Text Example
White with #C65833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65833; }
p { color: rgb(198,88,51); }
H1.HeaderClassName
{
color: #C65833;
}
.AnyTagClassName
{
color: #C65833;
}
</style>
background-color css
<style>
a { background-color: #C65833; }
a { background-color: rgb(198,88,51); }
div.DivClassName
{
background-color: #C65833;
}
.BgClassName
{
background-color: #C65833;
}
</style>
border-color css
<style>
span { border-color: #C65833; }
span { border-color: rgb(198,88,51); }
td.TdClassName
{
border-color: #C65833;
}
.TagClassName
{
border-color: #C65833;
}
</style>