Shades of Trinidad #CA4D3A
Tints of Trinidad #CA4D3A
RGB
CMYK
RGB Variations
Color information
#CA4D3A (or 0xCA4D3A) is known color: Trinidad. HEX triplet: CA, 4D and 3A. RGB value is (202,77,58). Sum of RGB (Red+Green+Blue) = 202+77+58=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4D3A is #35B2C5. Grayscale: #707070. Windows color (decimal): -3519174 or 3821002. OLE color: 3821002.
HSL color Cylindrical-coordinate representation of color #CA4D3A: hue angle of 7.92º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA4D3A is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 58 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.21 |
| HSL | 7.92º | 0.58% | 0.51% | - |
| HSV(B) | 7.92º | 0.71% | 0.79% | - |
| XYZ | 27.77 | 18.17 | 6.05 | - |
| YUV | 112.21 | 97.41 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 58 | 0 | 0.62 | 0.71 | 0.21 | 7.92 | 0.58 | 0.51 |
| Hex | CA | 4D | 3A | 0 | 3E | 47 | 15 | 8 | 3A | 33 |
| Octal | 312 | 115 | 72 | 0 | 76 | 107 | 25 | 10 | 72 | 63 |
| Binary | 11001010 | 1001101 | 111010 | 0 | 111110 | 1000111 | 10101 | 1000 | 111010 | 110011 |
Color Harmonies of #CA4D3A
Complementary color
Monochromatic Colors of #CA4D3A
Black with #CA4D3A
Text Example
Text Example
White with #CA4D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D3A; }
p { color: rgb(202,77,58); }
H1.HeaderClassName
{
color: #CA4D3A;
}
.AnyTagClassName
{
color: #CA4D3A;
}
</style>
background-color css
<style>
a { background-color: #CA4D3A; }
a { background-color: rgb(202,77,58); }
div.DivClassName
{
background-color: #CA4D3A;
}
.BgClassName
{
background-color: #CA4D3A;
}
</style>
border-color css
<style>
span { border-color: #CA4D3A; }
span { border-color: rgb(202,77,58); }
td.TdClassName
{
border-color: #CA4D3A;
}
.TagClassName
{
border-color: #CA4D3A;
}
</style>