Shades of Trinidad #C15533
Tints of Trinidad #C15533
RGB
CMYK
RGB Variations
Color information
#C15533 (or 0xC15533) is known color: Trinidad. HEX triplet: C1, 55 and 33. RGB value is (193,85,51). Sum of RGB (Red+Green+Blue) = 193+85+51=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C15533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15533 is #3EAACC. Grayscale: #717171. Windows color (decimal): -4106957 or 3364289. OLE color: 3364289.
HSL color Cylindrical-coordinate representation of color #C15533: hue angle of 14.37º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C15533 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 51 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.24 |
| HSL | 14.37º | 0.58% | 0.48% | - |
| HSV(B) | 14.37º | 0.74% | 0.76% | - |
| XYZ | 25.84 | 18.07 | 5.26 | - |
| YUV | 113.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 51 | 0 | 0.56 | 0.74 | 0.24 | 14.37 | 0.58 | 0.48 |
| Hex | C1 | 55 | 33 | 0 | 38 | 4A | 18 | E | 3A | 30 |
| Octal | 301 | 125 | 63 | 0 | 70 | 112 | 30 | 16 | 72 | 60 |
| Binary | 11000001 | 1010101 | 110011 | 0 | 111000 | 1001010 | 11000 | 1110 | 111010 | 110000 |
Color Harmonies of #C15533
Complementary color
Monochromatic Colors of #C15533
Black with #C15533
Text Example
Text Example
White with #C15533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15533; }
p { color: rgb(193,85,51); }
H1.HeaderClassName
{
color: #C15533;
}
.AnyTagClassName
{
color: #C15533;
}
</style>
background-color css
<style>
a { background-color: #C15533; }
a { background-color: rgb(193,85,51); }
div.DivClassName
{
background-color: #C15533;
}
.BgClassName
{
background-color: #C15533;
}
</style>
border-color css
<style>
span { border-color: #C15533; }
span { border-color: rgb(193,85,51); }
td.TdClassName
{
border-color: #C15533;
}
.TagClassName
{
border-color: #C15533;
}
</style>