Shades of Trinidad #CB5430
Tints of Trinidad #CB5430
RGB
CMYK
RGB Variations
Color information
#CB5430 (or 0xCB5430) is known color: Trinidad. HEX triplet: CB, 54 and 30. RGB value is (203,84,48). Sum of RGB (Red+Green+Blue) = 203+84+48=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5430 is #34ABCF. Grayscale: #737373. Windows color (decimal): -3451856 or 3167435. OLE color: 3167435.
HSL color Cylindrical-coordinate representation of color #CB5430: hue angle of 13.94º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB5430 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 48 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.20 |
| HSL | 13.94º | 0.62% | 0.49% | - |
| HSV(B) | 13.94º | 0.76% | 0.8% | - |
| XYZ | 28.33 | 19.25 | 5.02 | - |
| YUV | 115.48 | 89.92 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 48 | 0 | 0.59 | 0.76 | 0.20 | 13.94 | 0.62 | 0.49 |
| Hex | CB | 54 | 30 | 0 | 3B | 4C | 14 | E | 3E | 31 |
| Octal | 313 | 124 | 60 | 0 | 73 | 114 | 24 | 16 | 76 | 61 |
| Binary | 11001011 | 1010100 | 110000 | 0 | 111011 | 1001100 | 10100 | 1110 | 111110 | 110001 |
Color Harmonies of #CB5430
Complementary color
Monochromatic Colors of #CB5430
Black with #CB5430
Text Example
Text Example
White with #CB5430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5430; }
p { color: rgb(203,84,48); }
H1.HeaderClassName
{
color: #CB5430;
}
.AnyTagClassName
{
color: #CB5430;
}
</style>
background-color css
<style>
a { background-color: #CB5430; }
a { background-color: rgb(203,84,48); }
div.DivClassName
{
background-color: #CB5430;
}
.BgClassName
{
background-color: #CB5430;
}
</style>
border-color css
<style>
span { border-color: #CB5430; }
span { border-color: rgb(203,84,48); }
td.TdClassName
{
border-color: #CB5430;
}
.TagClassName
{
border-color: #CB5430;
}
</style>