Shades of Trinidad #C25220
Tints of Trinidad #C25220
RGB
CMYK
RGB Variations
Color information
#C25220 (or 0xC25220) is known color: Trinidad. HEX triplet: C2, 52 and 20. RGB value is (194,82,32). Sum of RGB (Red+Green+Blue) = 194+82+32=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C25220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25220 is #3DADDF. Grayscale: #6E6E6E. Windows color (decimal): -4042208 or 2118338. OLE color: 2118338.
HSL color Cylindrical-coordinate representation of color #C25220: hue angle of 18.52º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C25220 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 32 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.24 |
| HSL | 18.52º | 0.72% | 0.44% | - |
| HSV(B) | 18.52º | 0.84% | 0.76% | - |
| XYZ | 25.53 | 17.61 | 3.42 | - |
| YUV | 109.79 | 84.11 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 32 | 0 | 0.58 | 0.84 | 0.24 | 18.52 | 0.72 | 0.44 |
| Hex | C2 | 52 | 20 | 0 | 3A | 54 | 18 | 13 | 48 | 2C |
| Octal | 302 | 122 | 40 | 0 | 72 | 124 | 30 | 23 | 110 | 54 |
| Binary | 11000010 | 1010010 | 100000 | 0 | 111010 | 1010100 | 11000 | 10011 | 1001000 | 101100 |
Color Harmonies of #C25220
Complementary color
Monochromatic Colors of #C25220
Black with #C25220
Text Example
Text Example
White with #C25220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25220; }
p { color: rgb(194,82,32); }
H1.HeaderClassName
{
color: #C25220;
}
.AnyTagClassName
{
color: #C25220;
}
</style>
background-color css
<style>
a { background-color: #C25220; }
a { background-color: rgb(194,82,32); }
div.DivClassName
{
background-color: #C25220;
}
.BgClassName
{
background-color: #C25220;
}
</style>
border-color css
<style>
span { border-color: #C25220; }
span { border-color: rgb(194,82,32); }
td.TdClassName
{
border-color: #C25220;
}
.TagClassName
{
border-color: #C25220;
}
</style>