Shades of Trinidad #CA4931
Tints of Trinidad #CA4931
RGB
CMYK
RGB Variations
Color information
#CA4931 (or 0xCA4931) is known color: Trinidad. HEX triplet: CA, 49 and 31. RGB value is (202,73,49). Sum of RGB (Red+Green+Blue) = 202+73+49=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4931 is #35B6CE. Grayscale: #6D6D6D. Windows color (decimal): -3520207 or 3230154. OLE color: 3230154.
HSL color Cylindrical-coordinate representation of color #CA4931: hue angle of 9.41º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA4931 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 49 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.21 |
| HSL | 9.41º | 0.61% | 0.49% | - |
| HSV(B) | 9.41º | 0.76% | 0.79% | - |
| XYZ | 27.29 | 17.54 | 4.85 | - |
| YUV | 108.84 | 94.24 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 49 | 0 | 0.64 | 0.76 | 0.21 | 9.41 | 0.61 | 0.49 |
| Hex | CA | 49 | 31 | 0 | 40 | 4C | 15 | 9 | 3D | 31 |
| Octal | 312 | 111 | 61 | 0 | 100 | 114 | 25 | 11 | 75 | 61 |
| Binary | 11001010 | 1001001 | 110001 | 0 | 1000000 | 1001100 | 10101 | 1001 | 111101 | 110001 |
Color Harmonies of #CA4931
Complementary color
Monochromatic Colors of #CA4931
Black with #CA4931
Text Example
Text Example
White with #CA4931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4931; }
p { color: rgb(202,73,49); }
H1.HeaderClassName
{
color: #CA4931;
}
.AnyTagClassName
{
color: #CA4931;
}
</style>
background-color css
<style>
a { background-color: #CA4931; }
a { background-color: rgb(202,73,49); }
div.DivClassName
{
background-color: #CA4931;
}
.BgClassName
{
background-color: #CA4931;
}
</style>
border-color css
<style>
span { border-color: #CA4931; }
span { border-color: rgb(202,73,49); }
td.TdClassName
{
border-color: #CA4931;
}
.TagClassName
{
border-color: #CA4931;
}
</style>