#C45635

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

Shades of Trinidad #C45635

Tints of Trinidad #C45635

Color information

#C45635 (or 0xC45635) is unknown color: approx Trinidad. HEX triplet: C4, 56 and 35. RGB value is (196,86,53). Sum of RGB (Red+Green+Blue) = 196+86+53=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C45635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45635 is #3BA9CA. Grayscale: #737373. Windows color (decimal): -3910091 or 3495620. OLE color: 3495620.

HSL color Cylindrical-coordinate representation of color #C45635: hue angle of 13.85º 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 #C45635 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB1968653-
CMYK00.560.730.23
HSL13.85º57.43%48.82%-
HSV(B)13.85º72.96%76.86%-
XYZ26.7418.655.56-
YUV115.1392.94185.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.51%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=58.51%
G=25.67%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196865300.560.730.2313.8557.4348.82
HexC456350384917e3931
Octal3041266507011127167161
Binary11000100101011011010101110001001001101111110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45635; }

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

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

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

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

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

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

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

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