Shades of Trinidad #C65338
Tints of Trinidad #C65338
RGB
CMYK
RGB Variations
Color information
#C65338 (or 0xC65338) is known color: Trinidad. HEX triplet: C6, 53 and 38. RGB value is (198,83,56). Sum of RGB (Red+Green+Blue) = 198+83+56=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C65338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65338 is #39ACC7. Grayscale: #727272. Windows color (decimal): -3779784 or 3691462. OLE color: 3691462.
HSL color Cylindrical-coordinate representation of color #C65338: hue angle of 11.41º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C65338 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 56 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.22 |
| HSL | 11.41º | 0.56% | 0.5% | - |
| HSV(B) | 11.41º | 0.72% | 0.78% | - |
| XYZ | 27.1 | 18.48 | 5.88 | - |
| YUV | 114.31 | 95.1 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 56 | 0 | 0.58 | 0.72 | 0.22 | 11.41 | 0.56 | 0.5 |
| Hex | C6 | 53 | 38 | 0 | 3A | 48 | 16 | B | 38 | 32 |
| Octal | 306 | 123 | 70 | 0 | 72 | 110 | 26 | 13 | 70 | 62 |
| Binary | 11000110 | 1010011 | 111000 | 0 | 111010 | 1001000 | 10110 | 1011 | 111000 | 110010 |
Color Harmonies of #C65338
Complementary color
Monochromatic Colors of #C65338
Black with #C65338
Text Example
Text Example
White with #C65338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65338; }
p { color: rgb(198,83,56); }
H1.HeaderClassName
{
color: #C65338;
}
.AnyTagClassName
{
color: #C65338;
}
</style>
background-color css
<style>
a { background-color: #C65338; }
a { background-color: rgb(198,83,56); }
div.DivClassName
{
background-color: #C65338;
}
.BgClassName
{
background-color: #C65338;
}
</style>
border-color css
<style>
span { border-color: #C65338; }
span { border-color: rgb(198,83,56); }
td.TdClassName
{
border-color: #C65338;
}
.TagClassName
{
border-color: #C65338;
}
</style>