Shades of Trinidad #CB4932
Tints of Trinidad #CB4932
RGB
CMYK
RGB Variations
Color information
#CB4932 (or 0xCB4932) is known color: Trinidad. HEX triplet: CB, 49 and 32. RGB value is (203,73,50). Sum of RGB (Red+Green+Blue) = 203+73+50=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4932 is #34B6CD. Grayscale: #6D6D6D. Windows color (decimal): -3454670 or 3295691. OLE color: 3295691.
HSL color Cylindrical-coordinate representation of color #CB4932: hue angle of 9.02º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB4932 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 50 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.20 |
| HSL | 9.02º | 0.6% | 0.5% | - |
| HSV(B) | 9.02º | 0.75% | 0.8% | - |
| XYZ | 27.59 | 17.69 | 4.98 | - |
| YUV | 109.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 50 | 0 | 0.64 | 0.75 | 0.20 | 9.02 | 0.6 | 0.5 |
| Hex | CB | 49 | 32 | 0 | 40 | 4B | 14 | 9 | 3C | 32 |
| Octal | 313 | 111 | 62 | 0 | 100 | 113 | 24 | 11 | 74 | 62 |
| Binary | 11001011 | 1001001 | 110010 | 0 | 1000000 | 1001011 | 10100 | 1001 | 111100 | 110010 |
Color Harmonies of #CB4932
Complementary color
Monochromatic Colors of #CB4932
Black with #CB4932
Text Example
Text Example
White with #CB4932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4932; }
p { color: rgb(203,73,50); }
H1.HeaderClassName
{
color: #CB4932;
}
.AnyTagClassName
{
color: #CB4932;
}
</style>
background-color css
<style>
a { background-color: #CB4932; }
a { background-color: rgb(203,73,50); }
div.DivClassName
{
background-color: #CB4932;
}
.BgClassName
{
background-color: #CB4932;
}
</style>
border-color css
<style>
span { border-color: #CB4932; }
span { border-color: rgb(203,73,50); }
td.TdClassName
{
border-color: #CB4932;
}
.TagClassName
{
border-color: #CB4932;
}
</style>