#C45429

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

Shades of Trinidad #C45429

Tints of Trinidad #C45429

Color information

#C45429 (or 0xC45429) is unknown color: approx Trinidad. HEX triplet: C4, 54 and 29. RGB value is (196,84,41). Sum of RGB (Red+Green+Blue) = 196+84+41=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C45429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45429 is #3BABD6. Grayscale: #707070. Windows color (decimal): -3910615 or 2708676. OLE color: 2708676.

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

Color convert

RGB1968441-
CMYK00.570.790.23
HSL16.65º65.4%46.47%-
HSV(B)16.65º79.08%76.86%-
XYZ26.3418.244.23-
YUV112.5987.61187.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 61.06%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 41 (16.41% from 255) = 12.77%
R=61.06%
G=26.17%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196844100.570.790.2316.6565.446.47
HexC454290394F1711412e
Octal30412451071117272110156
Binary1100010010101001010010111001100111110111100011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45429; }

 p { color: rgb(196,84,41); }

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

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

 a { background-color: rgb(196,84,41); }

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

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

 span { border-color: rgb(196,84,41); }

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