Shades of Trinidad #C35323
Tints of Trinidad #C35323
RGB
CMYK
RGB Variations
Color information
#C35323 (or 0xC35323) is known color: Trinidad. HEX triplet: C3, 53 and 23. RGB value is (195,83,35). Sum of RGB (Red+Green+Blue) = 195+83+35=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C35323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35323 is #3CACDC. Grayscale: #6F6F6F. Windows color (decimal): -3976413 or 2315203. OLE color: 2315203.
HSL color Cylindrical-coordinate representation of color #C35323: hue angle of 18º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C35323 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 35 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.24 |
| HSL | 18º | 0.7% | 0.45% | - |
| HSV(B) | 18º | 0.82% | 0.76% | - |
| XYZ | 25.9 | 17.91 | 3.68 | - |
| YUV | 111.02 | 85.11 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 35 | 0 | 0.57 | 0.82 | 0.24 | 18 | 0.7 | 0.45 |
| Hex | C3 | 53 | 23 | 0 | 39 | 52 | 18 | 12 | 46 | 2D |
| Octal | 303 | 123 | 43 | 0 | 71 | 122 | 30 | 22 | 106 | 55 |
| Binary | 11000011 | 1010011 | 100011 | 0 | 111001 | 1010010 | 11000 | 10010 | 1000110 | 101101 |
Color Harmonies of #C35323
Complementary color
Monochromatic Colors of #C35323
Black with #C35323
Text Example
Text Example
White with #C35323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35323; }
p { color: rgb(195,83,35); }
H1.HeaderClassName
{
color: #C35323;
}
.AnyTagClassName
{
color: #C35323;
}
</style>
background-color css
<style>
a { background-color: #C35323; }
a { background-color: rgb(195,83,35); }
div.DivClassName
{
background-color: #C35323;
}
.BgClassName
{
background-color: #C35323;
}
</style>
border-color css
<style>
span { border-color: #C35323; }
span { border-color: rgb(195,83,35); }
td.TdClassName
{
border-color: #C35323;
}
.TagClassName
{
border-color: #C35323;
}
</style>