Shades of Trinidad #C35232
Tints of Trinidad #C35232
RGB
CMYK
RGB Variations
Color information
#C35232 (or 0xC35232) is known color: Trinidad. HEX triplet: C3, 52 and 32. RGB value is (195,82,50). Sum of RGB (Red+Green+Blue) = 195+82+50=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C35232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35232 is #3CADCD. Grayscale: #707070. Windows color (decimal): -3976654 or 3297987. OLE color: 3297987.
HSL color Cylindrical-coordinate representation of color #C35232: hue angle of 13.24º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C35232 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 50 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.24 |
| HSL | 13.24º | 0.59% | 0.48% | - |
| HSV(B) | 13.24º | 0.74% | 0.76% | - |
| XYZ | 26.1 | 17.87 | 5.09 | - |
| YUV | 112.14 | 92.94 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 50 | 0 | 0.58 | 0.74 | 0.24 | 13.24 | 0.59 | 0.48 |
| Hex | C3 | 52 | 32 | 0 | 3A | 4A | 18 | D | 3B | 30 |
| Octal | 303 | 122 | 62 | 0 | 72 | 112 | 30 | 15 | 73 | 60 |
| Binary | 11000011 | 1010010 | 110010 | 0 | 111010 | 1001010 | 11000 | 1101 | 111011 | 110000 |
Color Harmonies of #C35232
Complementary color
Monochromatic Colors of #C35232
Black with #C35232
Text Example
Text Example
White with #C35232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35232; }
p { color: rgb(195,82,50); }
H1.HeaderClassName
{
color: #C35232;
}
.AnyTagClassName
{
color: #C35232;
}
</style>
background-color css
<style>
a { background-color: #C35232; }
a { background-color: rgb(195,82,50); }
div.DivClassName
{
background-color: #C35232;
}
.BgClassName
{
background-color: #C35232;
}
</style>
border-color css
<style>
span { border-color: #C35232; }
span { border-color: rgb(195,82,50); }
td.TdClassName
{
border-color: #C35232;
}
.TagClassName
{
border-color: #C35232;
}
</style>