Shades of Trinidad #CD513C
Tints of Trinidad #CD513C
RGB
CMYK
RGB Variations
Color information
#CD513C (or 0xCD513C) is known color: Trinidad. HEX triplet: CD, 51 and 3C. RGB value is (205,81,60). Sum of RGB (Red+Green+Blue) = 205+81+60=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD513C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD513C is #32AEC3. Grayscale: #737373. Windows color (decimal): -3321540 or 3953101. OLE color: 3953101.
HSL color Cylindrical-coordinate representation of color #CD513C: hue angle of 8.69º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD513C is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 81 | 60 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.20 |
| HSL | 8.69º | 0.59% | 0.52% | - |
| HSV(B) | 8.69º | 0.71% | 0.8% | - |
| XYZ | 28.93 | 19.19 | 6.45 | - |
| YUV | 115.68 | 96.58 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 81 | 60 | 0 | 0.60 | 0.71 | 0.20 | 8.69 | 0.59 | 0.52 |
| Hex | CD | 51 | 3C | 0 | 3C | 47 | 14 | 9 | 3B | 34 |
| Octal | 315 | 121 | 74 | 0 | 74 | 107 | 24 | 11 | 73 | 64 |
| Binary | 11001101 | 1010001 | 111100 | 0 | 111100 | 1000111 | 10100 | 1001 | 111011 | 110100 |
Color Harmonies of #CD513C
Complementary color
Monochromatic Colors of #CD513C
Black with #CD513C
Text Example
Text Example
White with #CD513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD513C; }
p { color: rgb(205,81,60); }
H1.HeaderClassName
{
color: #CD513C;
}
.AnyTagClassName
{
color: #CD513C;
}
</style>
background-color css
<style>
a { background-color: #CD513C; }
a { background-color: rgb(205,81,60); }
div.DivClassName
{
background-color: #CD513C;
}
.BgClassName
{
background-color: #CD513C;
}
</style>
border-color css
<style>
span { border-color: #CD513C; }
span { border-color: rgb(205,81,60); }
td.TdClassName
{
border-color: #CD513C;
}
.TagClassName
{
border-color: #CD513C;
}
</style>