#C55638

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

Shades of Trinidad #C55638

Tints of Trinidad #C55638

Color information

#C55638 (or 0xC55638) is unknown color: approx Trinidad. HEX triplet: C5, 56 and 38. RGB value is (197,86,56). Sum of RGB (Red+Green+Blue) = 197+86+56=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C55638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55638 is #3AA9C7. Grayscale: #737373. Windows color (decimal): -3844552 or 3692229. OLE color: 3692229.

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

Color convert

RGB1978656-
CMYK00.560.720.23
HSL12.77º55.73%49.61%-
HSV(B)12.77º71.57%77.25%-
XYZ27.0718.815.95-
YUV115.7794.27185.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.11%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 56 (22.27% from 255) = 16.52%
R=58.11%
G=25.37%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197865600.560.720.2312.7755.7349.61
HexC556380384817d3832
Octal3051267007011027157062
Binary11000101101011011100001110001001000101111101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55638; }

 p { color: rgb(197,86,56); }

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

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

 a { background-color: rgb(197,86,56); }

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

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

 span { border-color: rgb(197,86,56); }

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