Shades of Trinidad #C25630
Tints of Trinidad #C25630
RGB
CMYK
RGB Variations
Color information
#C25630 (or 0xC25630) is known color: Trinidad. HEX triplet: C2, 56 and 30. RGB value is (194,86,48). Sum of RGB (Red+Green+Blue) = 194+86+48=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C25630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25630 is #3DA9CF. Grayscale: #727272. Windows color (decimal): -4041168 or 3167938. OLE color: 3167938.
HSL color Cylindrical-coordinate representation of color #C25630: hue angle of 15.62º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C25630 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 48 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.24 |
| HSL | 15.62º | 0.6% | 0.47% | - |
| HSV(B) | 15.62º | 0.75% | 0.76% | - |
| XYZ | 26.11 | 18.34 | 4.96 | - |
| YUV | 113.96 | 90.78 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 48 | 0 | 0.56 | 0.75 | 0.24 | 15.62 | 0.6 | 0.47 |
| Hex | C2 | 56 | 30 | 0 | 38 | 4B | 18 | 10 | 3C | 2F |
| Octal | 302 | 126 | 60 | 0 | 70 | 113 | 30 | 20 | 74 | 57 |
| Binary | 11000010 | 1010110 | 110000 | 0 | 111000 | 1001011 | 11000 | 10000 | 111100 | 101111 |
Color Harmonies of #C25630
Complementary color
Monochromatic Colors of #C25630
Black with #C25630
Text Example
Text Example
White with #C25630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25630; }
p { color: rgb(194,86,48); }
H1.HeaderClassName
{
color: #C25630;
}
.AnyTagClassName
{
color: #C25630;
}
</style>
background-color css
<style>
a { background-color: #C25630; }
a { background-color: rgb(194,86,48); }
div.DivClassName
{
background-color: #C25630;
}
.BgClassName
{
background-color: #C25630;
}
</style>
border-color css
<style>
span { border-color: #C25630; }
span { border-color: rgb(194,86,48); }
td.TdClassName
{
border-color: #C25630;
}
.TagClassName
{
border-color: #C25630;
}
</style>