Shades of Trinidad #CB552B
Tints of Trinidad #CB552B
RGB
CMYK
RGB Variations
Color information
#CB552B (or 0xCB552B) is known color: Trinidad. HEX triplet: CB, 55 and 2B. RGB value is (203,85,43). Sum of RGB (Red+Green+Blue) = 203+85+43=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB552B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB552B is #34AAD4. Grayscale: #737373. Windows color (decimal): -3451605 or 2840011. OLE color: 2840011.
HSL color Cylindrical-coordinate representation of color #CB552B: hue angle of 15.75º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB552B is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 43 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.20 |
| HSL | 15.75º | 0.65% | 0.48% | - |
| HSV(B) | 15.75º | 0.79% | 0.8% | - |
| XYZ | 28.31 | 19.37 | 4.53 | - |
| YUV | 115.49 | 87.09 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 43 | 0 | 0.58 | 0.79 | 0.20 | 15.75 | 0.65 | 0.48 |
| Hex | CB | 55 | 2B | 0 | 3A | 4F | 14 | 10 | 41 | 30 |
| Octal | 313 | 125 | 53 | 0 | 72 | 117 | 24 | 20 | 101 | 60 |
| Binary | 11001011 | 1010101 | 101011 | 0 | 111010 | 1001111 | 10100 | 10000 | 1000001 | 110000 |
Color Harmonies of #CB552B
Complementary color
Monochromatic Colors of #CB552B
Black with #CB552B
Text Example
Text Example
White with #CB552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB552B; }
p { color: rgb(203,85,43); }
H1.HeaderClassName
{
color: #CB552B;
}
.AnyTagClassName
{
color: #CB552B;
}
</style>
background-color css
<style>
a { background-color: #CB552B; }
a { background-color: rgb(203,85,43); }
div.DivClassName
{
background-color: #CB552B;
}
.BgClassName
{
background-color: #CB552B;
}
</style>
border-color css
<style>
span { border-color: #CB552B; }
span { border-color: rgb(203,85,43); }
td.TdClassName
{
border-color: #CB552B;
}
.TagClassName
{
border-color: #CB552B;
}
</style>