Shades of Trinidad #C05330
Tints of Trinidad #C05330
RGB
CMYK
RGB Variations
Color information
#C05330 (or 0xC05330) is known color: Trinidad. HEX triplet: C0, 53 and 30. RGB value is (192,83,48). Sum of RGB (Red+Green+Blue) = 192+83+48=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C05330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05330 is #3FACCF. Grayscale: #6F6F6F. Windows color (decimal): -4173008 or 3167168. OLE color: 3167168.
HSL color Cylindrical-coordinate representation of color #C05330: hue angle of 14.58º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C05330 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 48 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.25 |
| HSL | 14.58º | 0.6% | 0.47% | - |
| HSV(B) | 14.58º | 0.75% | 0.75% | - |
| XYZ | 25.36 | 17.61 | 4.86 | - |
| YUV | 111.6 | 92.11 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 48 | 0 | 0.57 | 0.75 | 0.25 | 14.58 | 0.6 | 0.47 |
| Hex | C0 | 53 | 30 | 0 | 39 | 4B | 19 | F | 3C | 2F |
| Octal | 300 | 123 | 60 | 0 | 71 | 113 | 31 | 17 | 74 | 57 |
| Binary | 11000000 | 1010011 | 110000 | 0 | 111001 | 1001011 | 11001 | 1111 | 111100 | 101111 |
Color Harmonies of #C05330
Complementary color
Monochromatic Colors of #C05330
Black with #C05330
Text Example
Text Example
White with #C05330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05330; }
p { color: rgb(192,83,48); }
H1.HeaderClassName
{
color: #C05330;
}
.AnyTagClassName
{
color: #C05330;
}
</style>
background-color css
<style>
a { background-color: #C05330; }
a { background-color: rgb(192,83,48); }
div.DivClassName
{
background-color: #C05330;
}
.BgClassName
{
background-color: #C05330;
}
</style>
border-color css
<style>
span { border-color: #C05330; }
span { border-color: rgb(192,83,48); }
td.TdClassName
{
border-color: #C05330;
}
.TagClassName
{
border-color: #C05330;
}
</style>