Shades of Trinidad #CA552E
Tints of Trinidad #CA552E
RGB
CMYK
RGB Variations
Color information
#CA552E (or 0xCA552E) is known color: Trinidad. HEX triplet: CA, 55 and 2E. RGB value is (202,85,46). Sum of RGB (Red+Green+Blue) = 202+85+46=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA552E is #35AAD1. Grayscale: #737373. Windows color (decimal): -3517138 or 3036618. OLE color: 3036618.
HSL color Cylindrical-coordinate representation of color #CA552E: hue angle of 15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA552E is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 46 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.21 |
| HSL | 15º | 0.63% | 0.49% | - |
| HSV(B) | 15º | 0.77% | 0.79% | - |
| XYZ | 28.1 | 19.25 | 4.82 | - |
| YUV | 115.54 | 88.76 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 46 | 0 | 0.58 | 0.77 | 0.21 | 15 | 0.63 | 0.49 |
| Hex | CA | 55 | 2E | 0 | 3A | 4D | 15 | F | 3F | 31 |
| Octal | 312 | 125 | 56 | 0 | 72 | 115 | 25 | 17 | 77 | 61 |
| Binary | 11001010 | 1010101 | 101110 | 0 | 111010 | 1001101 | 10101 | 1111 | 111111 | 110001 |
Color Harmonies of #CA552E
Complementary color
Monochromatic Colors of #CA552E
Black with #CA552E
Text Example
Text Example
White with #CA552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA552E; }
p { color: rgb(202,85,46); }
H1.HeaderClassName
{
color: #CA552E;
}
.AnyTagClassName
{
color: #CA552E;
}
</style>
background-color css
<style>
a { background-color: #CA552E; }
a { background-color: rgb(202,85,46); }
div.DivClassName
{
background-color: #CA552E;
}
.BgClassName
{
background-color: #CA552E;
}
</style>
border-color css
<style>
span { border-color: #CA552E; }
span { border-color: rgb(202,85,46); }
td.TdClassName
{
border-color: #CA552E;
}
.TagClassName
{
border-color: #CA552E;
}
</style>