Shades of Trinidad #CC503D
Tints of Trinidad #CC503D
RGB
CMYK
RGB Variations
Color information
#CC503D (or 0xCC503D) is known color: Trinidad. HEX triplet: CC, 50 and 3D. RGB value is (204,80,61). Sum of RGB (Red+Green+Blue) = 204+80+61=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC503D is #33AFC2. Grayscale: #737373. Windows color (decimal): -3387331 or 4018380. OLE color: 4018380.
HSL color Cylindrical-coordinate representation of color #CC503D: hue angle of 7.97º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC503D is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 61 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.2 |
| HSL | 7.97º | 0.58% | 0.52% | - |
| HSV(B) | 7.97º | 0.7% | 0.8% | - |
| XYZ | 28.61 | 18.91 | 6.56 | - |
| YUV | 114.91 | 97.58 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 61 | 0 | 0.61 | 0.70 | 0.2 | 7.97 | 0.58 | 0.52 |
| Hex | CC | 50 | 3D | 0 | 3D | 46 | 14 | 8 | 3A | 34 |
| Octal | 314 | 120 | 75 | 0 | 75 | 106 | 24 | 10 | 72 | 64 |
| Binary | 11001100 | 1010000 | 111101 | 0 | 111101 | 1000110 | 10100 | 1000 | 111010 | 110100 |
Color Harmonies of #CC503D
Complementary color
Monochromatic Colors of #CC503D
Black with #CC503D
Text Example
Text Example
White with #CC503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC503D; }
p { color: rgb(204,80,61); }
H1.HeaderClassName
{
color: #CC503D;
}
.AnyTagClassName
{
color: #CC503D;
}
</style>
background-color css
<style>
a { background-color: #CC503D; }
a { background-color: rgb(204,80,61); }
div.DivClassName
{
background-color: #CC503D;
}
.BgClassName
{
background-color: #CC503D;
}
</style>
border-color css
<style>
span { border-color: #CC503D; }
span { border-color: rgb(204,80,61); }
td.TdClassName
{
border-color: #CC503D;
}
.TagClassName
{
border-color: #CC503D;
}
</style>