Shades of Trinidad #CB4332
Tints of Trinidad #CB4332
RGB
CMYK
RGB Variations
Color information
#CB4332 (or 0xCB4332) is known color: Trinidad. HEX triplet: CB, 43 and 32. RGB value is (203,67,50). Sum of RGB (Red+Green+Blue) = 203+67+50=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4332 is #34BCCD. Grayscale: #696969. Windows color (decimal): -3456206 or 3294155. OLE color: 3294155.
HSL color Cylindrical-coordinate representation of color #CB4332: hue angle of 6.67º 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 #CB4332 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 50 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.20 |
| HSL | 6.67º | 0.6% | 0.5% | - |
| HSV(B) | 6.67º | 0.75% | 0.8% | - |
| XYZ | 27.21 | 16.94 | 4.85 | - |
| YUV | 105.73 | 96.56 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 50 | 0 | 0.67 | 0.75 | 0.20 | 6.67 | 0.6 | 0.5 |
| Hex | CB | 43 | 32 | 0 | 43 | 4B | 14 | 7 | 3C | 32 |
| Octal | 313 | 103 | 62 | 0 | 103 | 113 | 24 | 7 | 74 | 62 |
| Binary | 11001011 | 1000011 | 110010 | 0 | 1000011 | 1001011 | 10100 | 111 | 111100 | 110010 |
Color Harmonies of #CB4332
Complementary color
Monochromatic Colors of #CB4332
Black with #CB4332
Text Example
Text Example
White with #CB4332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4332; }
p { color: rgb(203,67,50); }
H1.HeaderClassName
{
color: #CB4332;
}
.AnyTagClassName
{
color: #CB4332;
}
</style>
background-color css
<style>
a { background-color: #CB4332; }
a { background-color: rgb(203,67,50); }
div.DivClassName
{
background-color: #CB4332;
}
.BgClassName
{
background-color: #CB4332;
}
</style>
border-color css
<style>
span { border-color: #CB4332; }
span { border-color: rgb(203,67,50); }
td.TdClassName
{
border-color: #CB4332;
}
.TagClassName
{
border-color: #CB4332;
}
</style>