Shades of Trinidad #CA4732
Tints of Trinidad #CA4732
RGB
CMYK
RGB Variations
Color information
#CA4732 (or 0xCA4732) is known color: Trinidad. HEX triplet: CA, 47 and 32. RGB value is (202,71,50). Sum of RGB (Red+Green+Blue) = 202+71+50=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4732 is #35B8CD. Grayscale: #6B6B6B. Windows color (decimal): -3520718 or 3295178. OLE color: 3295178.
HSL color Cylindrical-coordinate representation of color #CA4732: hue angle of 8.29º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA4732 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 50 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.21 |
| HSL | 8.29º | 0.6% | 0.49% | - |
| HSV(B) | 8.29º | 0.75% | 0.79% | - |
| XYZ | 27.19 | 17.29 | 4.92 | - |
| YUV | 107.78 | 95.4 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 50 | 0 | 0.65 | 0.75 | 0.21 | 8.29 | 0.6 | 0.49 |
| Hex | CA | 47 | 32 | 0 | 41 | 4B | 15 | 8 | 3C | 31 |
| Octal | 312 | 107 | 62 | 0 | 101 | 113 | 25 | 10 | 74 | 61 |
| Binary | 11001010 | 1000111 | 110010 | 0 | 1000001 | 1001011 | 10101 | 1000 | 111100 | 110001 |
Color Harmonies of #CA4732
Complementary color
Monochromatic Colors of #CA4732
Black with #CA4732
Text Example
Text Example
White with #CA4732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4732; }
p { color: rgb(202,71,50); }
H1.HeaderClassName
{
color: #CA4732;
}
.AnyTagClassName
{
color: #CA4732;
}
</style>
background-color css
<style>
a { background-color: #CA4732; }
a { background-color: rgb(202,71,50); }
div.DivClassName
{
background-color: #CA4732;
}
.BgClassName
{
background-color: #CA4732;
}
</style>
border-color css
<style>
span { border-color: #CA4732; }
span { border-color: rgb(202,71,50); }
td.TdClassName
{
border-color: #CA4732;
}
.TagClassName
{
border-color: #CA4732;
}
</style>