Shades of Trinidad #CA5033
Tints of Trinidad #CA5033
RGB
CMYK
RGB Variations
Color information
#CA5033 (or 0xCA5033) is known color: Trinidad. HEX triplet: CA, 50 and 33. RGB value is (202,80,51). Sum of RGB (Red+Green+Blue) = 202+80+51=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5033 is #35AFCC. Grayscale: #717171. Windows color (decimal): -3518413 or 3363018. OLE color: 3363018.
HSL color Cylindrical-coordinate representation of color #CA5033: hue angle of 11.52º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA5033 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 51 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.21 |
| HSL | 11.52º | 0.6% | 0.5% | - |
| HSV(B) | 11.52º | 0.75% | 0.79% | - |
| XYZ | 27.82 | 18.53 | 5.24 | - |
| YUV | 113.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 51 | 0 | 0.60 | 0.75 | 0.21 | 11.52 | 0.6 | 0.5 |
| Hex | CA | 50 | 33 | 0 | 3C | 4B | 15 | C | 3C | 32 |
| Octal | 312 | 120 | 63 | 0 | 74 | 113 | 25 | 14 | 74 | 62 |
| Binary | 11001010 | 1010000 | 110011 | 0 | 111100 | 1001011 | 10101 | 1100 | 111100 | 110010 |
Color Harmonies of #CA5033
Complementary color
Monochromatic Colors of #CA5033
Black with #CA5033
Text Example
Text Example
White with #CA5033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5033; }
p { color: rgb(202,80,51); }
H1.HeaderClassName
{
color: #CA5033;
}
.AnyTagClassName
{
color: #CA5033;
}
</style>
background-color css
<style>
a { background-color: #CA5033; }
a { background-color: rgb(202,80,51); }
div.DivClassName
{
background-color: #CA5033;
}
.BgClassName
{
background-color: #CA5033;
}
</style>
border-color css
<style>
span { border-color: #CA5033; }
span { border-color: rgb(202,80,51); }
td.TdClassName
{
border-color: #CA5033;
}
.TagClassName
{
border-color: #CA5033;
}
</style>