Shades of Trinidad #CA5127
Tints of Trinidad #CA5127
RGB
CMYK
RGB Variations
Color information
#CA5127 (or 0xCA5127) is known color: Trinidad. HEX triplet: CA, 51 and 27. RGB value is (202,81,39). Sum of RGB (Red+Green+Blue) = 202+81+39=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5127 is #35AED8. Grayscale: #707070. Windows color (decimal): -3518169 or 2576842. OLE color: 2576842.
HSL color Cylindrical-coordinate representation of color #CA5127: hue angle of 15.46º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA5127 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 39 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.21 |
| HSL | 15.46º | 0.68% | 0.47% | - |
| HSV(B) | 15.46º | 0.81% | 0.79% | - |
| XYZ | 27.67 | 18.59 | 4.05 | - |
| YUV | 112.39 | 86.59 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 39 | 0 | 0.60 | 0.81 | 0.21 | 15.46 | 0.68 | 0.47 |
| Hex | CA | 51 | 27 | 0 | 3C | 51 | 15 | F | 44 | 2F |
| Octal | 312 | 121 | 47 | 0 | 74 | 121 | 25 | 17 | 104 | 57 |
| Binary | 11001010 | 1010001 | 100111 | 0 | 111100 | 1010001 | 10101 | 1111 | 1000100 | 101111 |
Color Harmonies of #CA5127
Complementary color
Monochromatic Colors of #CA5127
Black with #CA5127
Text Example
Text Example
White with #CA5127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5127; }
p { color: rgb(202,81,39); }
H1.HeaderClassName
{
color: #CA5127;
}
.AnyTagClassName
{
color: #CA5127;
}
</style>
background-color css
<style>
a { background-color: #CA5127; }
a { background-color: rgb(202,81,39); }
div.DivClassName
{
background-color: #CA5127;
}
.BgClassName
{
background-color: #CA5127;
}
</style>
border-color css
<style>
span { border-color: #CA5127; }
span { border-color: rgb(202,81,39); }
td.TdClassName
{
border-color: #CA5127;
}
.TagClassName
{
border-color: #CA5127;
}
</style>