Shades of Trinidad #CA4633
Tints of Trinidad #CA4633
RGB
CMYK
RGB Variations
Color information
#CA4633 (or 0xCA4633) is known color: Trinidad. HEX triplet: CA, 46 and 33. RGB value is (202,70,51). Sum of RGB (Red+Green+Blue) = 202+70+51=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4633 is #35B9CC. Grayscale: #6B6B6B. Windows color (decimal): -3520973 or 3360458. OLE color: 3360458.
HSL color Cylindrical-coordinate representation of color #CA4633: hue angle of 7.55º 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 #CA4633 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 51 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.21 |
| HSL | 7.55º | 0.6% | 0.5% | - |
| HSV(B) | 7.55º | 0.75% | 0.79% | - |
| XYZ | 27.14 | 17.18 | 5.02 | - |
| YUV | 107.3 | 96.23 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 51 | 0 | 0.65 | 0.75 | 0.21 | 7.55 | 0.6 | 0.5 |
| Hex | CA | 46 | 33 | 0 | 41 | 4B | 15 | 8 | 3C | 32 |
| Octal | 312 | 106 | 63 | 0 | 101 | 113 | 25 | 10 | 74 | 62 |
| Binary | 11001010 | 1000110 | 110011 | 0 | 1000001 | 1001011 | 10101 | 1000 | 111100 | 110010 |
Color Harmonies of #CA4633
Complementary color
Monochromatic Colors of #CA4633
Black with #CA4633
Text Example
Text Example
White with #CA4633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4633; }
p { color: rgb(202,70,51); }
H1.HeaderClassName
{
color: #CA4633;
}
.AnyTagClassName
{
color: #CA4633;
}
</style>
background-color css
<style>
a { background-color: #CA4633; }
a { background-color: rgb(202,70,51); }
div.DivClassName
{
background-color: #CA4633;
}
.BgClassName
{
background-color: #CA4633;
}
</style>
border-color css
<style>
span { border-color: #CA4633; }
span { border-color: rgb(202,70,51); }
td.TdClassName
{
border-color: #CA4633;
}
.TagClassName
{
border-color: #CA4633;
}
</style>