#C45535

Color #C45535 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C45535

Tints of Trinidad #C45535

Color information

#C45535 (or 0xC45535) is unknown color: approx Trinidad. HEX triplet: C4, 55 and 35. RGB value is (196,85,53). Sum of RGB (Red+Green+Blue) = 196+85+53=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C45535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45535 is #3BAACA. Grayscale: #727272. Windows color (decimal): -3910347 or 3495364. OLE color: 3495364.

HSL color Cylindrical-coordinate representation of color #C45535: hue angle of 13.43º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C45535 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB1968553-
CMYK00.570.730.23
HSL13.43º57.43%48.82%-
HSV(B)13.43º72.96%76.86%-
XYZ26.6618.495.53-
YUV114.5493.27186.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 58.68%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=58.68%
G=25.45%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196855300.570.730.2313.4357.4348.82
HexC455350394917d3931
Octal3041256507111127157161
Binary11000100101010111010101110011001001101111101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45535; }

 p { color: rgb(196,85,53); }

 H1.HeaderClassName
 {
   color: #C45535;
 }
 .AnyTagClassName
 {
   color: #C45535;
 }
</style>
background-color css

<style>
 a { background-color: #C45535; }

 a { background-color: rgb(196,85,53); }

 div.DivClassName
 {
   background-color: #C45535;
 }
 .BgClassName
 {
   background-color: #C45535;
 }
</style>
border-color css

<style>
 span { border-color: #C45535; }

 span { border-color: rgb(196,85,53); }

 td.TdClassName
 {
   border-color: #C45535;
 }
 .TagClassName
 {
   border-color: #C45535;
 }
</style>