Shades of Trinidad #CC503A
Tints of Trinidad #CC503A
RGB
CMYK
RGB Variations
Color information
#CC503A (or 0xCC503A) is known color: Trinidad. HEX triplet: CC, 50 and 3A. RGB value is (204,80,58). Sum of RGB (Red+Green+Blue) = 204+80+58=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC503A is #33AFC5. Grayscale: #727272. Windows color (decimal): -3387334 or 3821772. OLE color: 3821772.
HSL color Cylindrical-coordinate representation of color #CC503A: hue angle of 9.04º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC503A is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 58 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.2 |
| HSL | 9.04º | 0.59% | 0.51% | - |
| HSV(B) | 9.04º | 0.72% | 0.8% | - |
| XYZ | 28.53 | 18.88 | 6.14 | - |
| YUV | 114.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 58 | 0 | 0.61 | 0.72 | 0.2 | 9.04 | 0.59 | 0.51 |
| Hex | CC | 50 | 3A | 0 | 3D | 48 | 14 | 9 | 3B | 33 |
| Octal | 314 | 120 | 72 | 0 | 75 | 110 | 24 | 11 | 73 | 63 |
| Binary | 11001100 | 1010000 | 111010 | 0 | 111101 | 1001000 | 10100 | 1001 | 111011 | 110011 |
Color Harmonies of #CC503A
Complementary color
Monochromatic Colors of #CC503A
Black with #CC503A
Text Example
Text Example
White with #CC503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC503A; }
p { color: rgb(204,80,58); }
H1.HeaderClassName
{
color: #CC503A;
}
.AnyTagClassName
{
color: #CC503A;
}
</style>
background-color css
<style>
a { background-color: #CC503A; }
a { background-color: rgb(204,80,58); }
div.DivClassName
{
background-color: #CC503A;
}
.BgClassName
{
background-color: #CC503A;
}
</style>
border-color css
<style>
span { border-color: #CC503A; }
span { border-color: rgb(204,80,58); }
td.TdClassName
{
border-color: #CC503A;
}
.TagClassName
{
border-color: #CC503A;
}
</style>