Shades of Trinidad #CB522A
Tints of Trinidad #CB522A
RGB
CMYK
RGB Variations
Color information
#CB522A (or 0xCB522A) is known color: Trinidad. HEX triplet: CB, 52 and 2A. RGB value is (203,82,42). Sum of RGB (Red+Green+Blue) = 203+82+42=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB522A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB522A is #34ADD5. Grayscale: #717171. Windows color (decimal): -3452374 or 2773707. OLE color: 2773707.
HSL color Cylindrical-coordinate representation of color #CB522A: hue angle of 14.91º degrees, saturation: 0.66, 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 #CB522A is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 42 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.20 |
| HSL | 14.91º | 0.66% | 0.48% | - |
| HSV(B) | 14.91º | 0.79% | 0.8% | - |
| XYZ | 28.06 | 18.9 | 4.36 | - |
| YUV | 113.62 | 87.59 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 42 | 0 | 0.60 | 0.79 | 0.20 | 14.91 | 0.66 | 0.48 |
| Hex | CB | 52 | 2A | 0 | 3C | 4F | 14 | F | 42 | 30 |
| Octal | 313 | 122 | 52 | 0 | 74 | 117 | 24 | 17 | 102 | 60 |
| Binary | 11001011 | 1010010 | 101010 | 0 | 111100 | 1001111 | 10100 | 1111 | 1000010 | 110000 |
Color Harmonies of #CB522A
Complementary color
Monochromatic Colors of #CB522A
Black with #CB522A
Text Example
Text Example
White with #CB522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB522A; }
p { color: rgb(203,82,42); }
H1.HeaderClassName
{
color: #CB522A;
}
.AnyTagClassName
{
color: #CB522A;
}
</style>
background-color css
<style>
a { background-color: #CB522A; }
a { background-color: rgb(203,82,42); }
div.DivClassName
{
background-color: #CB522A;
}
.BgClassName
{
background-color: #CB522A;
}
</style>
border-color css
<style>
span { border-color: #CB522A; }
span { border-color: rgb(203,82,42); }
td.TdClassName
{
border-color: #CB522A;
}
.TagClassName
{
border-color: #CB522A;
}
</style>