Shades of Trinidad #CA4834
Tints of Trinidad #CA4834
RGB
CMYK
RGB Variations
Color information
#CA4834 (or 0xCA4834) is known color: Trinidad. HEX triplet: CA, 48 and 34. RGB value is (202,72,52). Sum of RGB (Red+Green+Blue) = 202+72+52=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4834 is #35B7CB. Grayscale: #6C6C6C. Windows color (decimal): -3520460 or 3426506. OLE color: 3426506.
HSL color Cylindrical-coordinate representation of color #CA4834: hue angle of 8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA4834 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 52 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.21 |
| HSL | 8º | 0.59% | 0.5% | - |
| HSV(B) | 8º | 0.74% | 0.79% | - |
| XYZ | 27.29 | 17.44 | 5.18 | - |
| YUV | 108.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 52 | 0 | 0.64 | 0.74 | 0.21 | 8 | 0.59 | 0.5 |
| Hex | CA | 48 | 34 | 0 | 40 | 4A | 15 | 8 | 3B | 32 |
| Octal | 312 | 110 | 64 | 0 | 100 | 112 | 25 | 10 | 73 | 62 |
| Binary | 11001010 | 1001000 | 110100 | 0 | 1000000 | 1001010 | 10101 | 1000 | 111011 | 110010 |
Color Harmonies of #CA4834
Complementary color
Monochromatic Colors of #CA4834
Black with #CA4834
Text Example
Text Example
White with #CA4834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4834; }
p { color: rgb(202,72,52); }
H1.HeaderClassName
{
color: #CA4834;
}
.AnyTagClassName
{
color: #CA4834;
}
</style>
background-color css
<style>
a { background-color: #CA4834; }
a { background-color: rgb(202,72,52); }
div.DivClassName
{
background-color: #CA4834;
}
.BgClassName
{
background-color: #CA4834;
}
</style>
border-color css
<style>
span { border-color: #CA4834; }
span { border-color: rgb(202,72,52); }
td.TdClassName
{
border-color: #CA4834;
}
.TagClassName
{
border-color: #CA4834;
}
</style>