Shades of Trinidad #CA4826
Tints of Trinidad #CA4826
RGB
CMYK
RGB Variations
Color information
#CA4826 (or 0xCA4826) is known color: Trinidad. HEX triplet: CA, 48 and 26. RGB value is (202,72,38). Sum of RGB (Red+Green+Blue) = 202+72+38=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4826 is #35B7D9. Grayscale: #6B6B6B. Windows color (decimal): -3520474 or 2509002. OLE color: 2509002.
HSL color Cylindrical-coordinate representation of color #CA4826: hue angle of 12.44º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA4826 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 38 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.21 |
| HSL | 12.44º | 0.68% | 0.47% | - |
| HSV(B) | 12.44º | 0.81% | 0.79% | - |
| XYZ | 27.02 | 17.33 | 3.75 | - |
| YUV | 106.99 | 89.07 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 38 | 0 | 0.64 | 0.81 | 0.21 | 12.44 | 0.68 | 0.47 |
| Hex | CA | 48 | 26 | 0 | 40 | 51 | 15 | C | 44 | 2F |
| Octal | 312 | 110 | 46 | 0 | 100 | 121 | 25 | 14 | 104 | 57 |
| Binary | 11001010 | 1001000 | 100110 | 0 | 1000000 | 1010001 | 10101 | 1100 | 1000100 | 101111 |
Color Harmonies of #CA4826
Complementary color
Monochromatic Colors of #CA4826
Black with #CA4826
Text Example
Text Example
White with #CA4826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4826; }
p { color: rgb(202,72,38); }
H1.HeaderClassName
{
color: #CA4826;
}
.AnyTagClassName
{
color: #CA4826;
}
</style>
background-color css
<style>
a { background-color: #CA4826; }
a { background-color: rgb(202,72,38); }
div.DivClassName
{
background-color: #CA4826;
}
.BgClassName
{
background-color: #CA4826;
}
</style>
border-color css
<style>
span { border-color: #CA4826; }
span { border-color: rgb(202,72,38); }
td.TdClassName
{
border-color: #CA4826;
}
.TagClassName
{
border-color: #CA4826;
}
</style>