Shades of Trinidad #CA4829
Tints of Trinidad #CA4829
RGB
CMYK
RGB Variations
Color information
#CA4829 (or 0xCA4829) is known color: Trinidad. HEX triplet: CA, 48 and 29. RGB value is (202,72,41). Sum of RGB (Red+Green+Blue) = 202+72+41=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4829 is #35B7D6. Grayscale: #6B6B6B. Windows color (decimal): -3520471 or 2705610. OLE color: 2705610.
HSL color Cylindrical-coordinate representation of color #CA4829: hue angle of 11.55º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA4829 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 41 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.21 |
| HSL | 11.55º | 0.66% | 0.48% | - |
| HSV(B) | 11.55º | 0.8% | 0.79% | - |
| XYZ | 27.07 | 17.35 | 4.02 | - |
| YUV | 107.34 | 90.57 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 41 | 0 | 0.64 | 0.80 | 0.21 | 11.55 | 0.66 | 0.48 |
| Hex | CA | 48 | 29 | 0 | 40 | 50 | 15 | C | 42 | 30 |
| Octal | 312 | 110 | 51 | 0 | 100 | 120 | 25 | 14 | 102 | 60 |
| Binary | 11001010 | 1001000 | 101001 | 0 | 1000000 | 1010000 | 10101 | 1100 | 1000010 | 110000 |
Color Harmonies of #CA4829
Complementary color
Monochromatic Colors of #CA4829
Black with #CA4829
Text Example
Text Example
White with #CA4829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4829; }
p { color: rgb(202,72,41); }
H1.HeaderClassName
{
color: #CA4829;
}
.AnyTagClassName
{
color: #CA4829;
}
</style>
background-color css
<style>
a { background-color: #CA4829; }
a { background-color: rgb(202,72,41); }
div.DivClassName
{
background-color: #CA4829;
}
.BgClassName
{
background-color: #CA4829;
}
</style>
border-color css
<style>
span { border-color: #CA4829; }
span { border-color: rgb(202,72,41); }
td.TdClassName
{
border-color: #CA4829;
}
.TagClassName
{
border-color: #CA4829;
}
</style>