Shades of Trinidad #C35430
Tints of Trinidad #C35430
RGB
CMYK
RGB Variations
Color information
#C35430 (or 0xC35430) is known color: Trinidad. HEX triplet: C3, 54 and 30. RGB value is (195,84,48). Sum of RGB (Red+Green+Blue) = 195+84+48=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C35430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35430 is #3CABCF. Grayscale: #717171. Windows color (decimal): -3976144 or 3167427. OLE color: 3167427.
HSL color Cylindrical-coordinate representation of color #C35430: hue angle of 14.69º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C35430 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 48 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.24 |
| HSL | 14.69º | 0.6% | 0.48% | - |
| HSV(B) | 14.69º | 0.75% | 0.76% | - |
| XYZ | 26.21 | 18.16 | 4.92 | - |
| YUV | 113.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 48 | 0 | 0.57 | 0.75 | 0.24 | 14.69 | 0.6 | 0.48 |
| Hex | C3 | 54 | 30 | 0 | 39 | 4B | 18 | F | 3C | 30 |
| Octal | 303 | 124 | 60 | 0 | 71 | 113 | 30 | 17 | 74 | 60 |
| Binary | 11000011 | 1010100 | 110000 | 0 | 111001 | 1001011 | 11000 | 1111 | 111100 | 110000 |
Color Harmonies of #C35430
Complementary color
Monochromatic Colors of #C35430
Black with #C35430
Text Example
Text Example
White with #C35430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35430; }
p { color: rgb(195,84,48); }
H1.HeaderClassName
{
color: #C35430;
}
.AnyTagClassName
{
color: #C35430;
}
</style>
background-color css
<style>
a { background-color: #C35430; }
a { background-color: rgb(195,84,48); }
div.DivClassName
{
background-color: #C35430;
}
.BgClassName
{
background-color: #C35430;
}
</style>
border-color css
<style>
span { border-color: #C35430; }
span { border-color: rgb(195,84,48); }
td.TdClassName
{
border-color: #C35430;
}
.TagClassName
{
border-color: #C35430;
}
</style>