Shades of Trinidad #CA5222
Tints of Trinidad #CA5222
RGB
CMYK
RGB Variations
Color information
#CA5222 (or 0xCA5222) is known color: Trinidad. HEX triplet: CA, 52 and 22. RGB value is (202,82,34). Sum of RGB (Red+Green+Blue) = 202+82+34=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5222 is #35ADDD. Grayscale: #707070. Windows color (decimal): -3517918 or 2249418. OLE color: 2249418.
HSL color Cylindrical-coordinate representation of color #CA5222: hue angle of 17.14º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA5222 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 34 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.21 |
| HSL | 17.14º | 0.71% | 0.46% | - |
| HSV(B) | 17.14º | 0.83% | 0.79% | - |
| XYZ | 27.66 | 18.71 | 3.67 | - |
| YUV | 112.41 | 83.76 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 34 | 0 | 0.59 | 0.83 | 0.21 | 17.14 | 0.71 | 0.46 |
| Hex | CA | 52 | 22 | 0 | 3B | 53 | 15 | 11 | 47 | 2E |
| Octal | 312 | 122 | 42 | 0 | 73 | 123 | 25 | 21 | 107 | 56 |
| Binary | 11001010 | 1010010 | 100010 | 0 | 111011 | 1010011 | 10101 | 10001 | 1000111 | 101110 |
Color Harmonies of #CA5222
Complementary color
Monochromatic Colors of #CA5222
Black with #CA5222
Text Example
Text Example
White with #CA5222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5222; }
p { color: rgb(202,82,34); }
H1.HeaderClassName
{
color: #CA5222;
}
.AnyTagClassName
{
color: #CA5222;
}
</style>
background-color css
<style>
a { background-color: #CA5222; }
a { background-color: rgb(202,82,34); }
div.DivClassName
{
background-color: #CA5222;
}
.BgClassName
{
background-color: #CA5222;
}
</style>
border-color css
<style>
span { border-color: #CA5222; }
span { border-color: rgb(202,82,34); }
td.TdClassName
{
border-color: #CA5222;
}
.TagClassName
{
border-color: #CA5222;
}
</style>