Shades of Trinidad #CA552F
Tints of Trinidad #CA552F
RGB
CMYK
RGB Variations
Color information
#CA552F (or 0xCA552F) is known color: Trinidad. HEX triplet: CA, 55 and 2F. RGB value is (202,85,47). Sum of RGB (Red+Green+Blue) = 202+85+47=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA552F is #35AAD0. Grayscale: #737373. Windows color (decimal): -3517137 or 3102154. OLE color: 3102154.
HSL color Cylindrical-coordinate representation of color #CA552F: hue angle of 14.71º degrees, saturation: 0.62, 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 #CA552F is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 47 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.21 |
| HSL | 14.71º | 0.62% | 0.49% | - |
| HSV(B) | 14.71º | 0.77% | 0.79% | - |
| XYZ | 28.12 | 19.26 | 4.92 | - |
| YUV | 115.65 | 89.26 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 47 | 0 | 0.58 | 0.77 | 0.21 | 14.71 | 0.62 | 0.49 |
| Hex | CA | 55 | 2F | 0 | 3A | 4D | 15 | F | 3E | 31 |
| Octal | 312 | 125 | 57 | 0 | 72 | 115 | 25 | 17 | 76 | 61 |
| Binary | 11001010 | 1010101 | 101111 | 0 | 111010 | 1001101 | 10101 | 1111 | 111110 | 110001 |
Color Harmonies of #CA552F
Complementary color
Monochromatic Colors of #CA552F
Black with #CA552F
Text Example
Text Example
White with #CA552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA552F; }
p { color: rgb(202,85,47); }
H1.HeaderClassName
{
color: #CA552F;
}
.AnyTagClassName
{
color: #CA552F;
}
</style>
background-color css
<style>
a { background-color: #CA552F; }
a { background-color: rgb(202,85,47); }
div.DivClassName
{
background-color: #CA552F;
}
.BgClassName
{
background-color: #CA552F;
}
</style>
border-color css
<style>
span { border-color: #CA552F; }
span { border-color: rgb(202,85,47); }
td.TdClassName
{
border-color: #CA552F;
}
.TagClassName
{
border-color: #CA552F;
}
</style>