#C55637

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

Shades of Trinidad #C55637

Tints of Trinidad #C55637

Color information

#C55637 (or 0xC55637) is unknown color: approx Trinidad. HEX triplet: C5, 56 and 37. RGB value is (197,86,55). Sum of RGB (Red+Green+Blue) = 197+86+55=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C55637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55637 is #3AA9C8. Grayscale: #737373. Windows color (decimal): -3844553 or 3626693. OLE color: 3626693.

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

Color convert

RGB1978655-
CMYK00.560.720.23
HSL13.1º56.35%49.41%-
HSV(B)13.1º72.08%77.25%-
XYZ27.0418.85.82-
YUV115.6593.77186.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.28%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 55 (21.88% from 255) = 16.27%
R=58.28%
G=25.44%
B=16.27%

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
Decimal197865500.560.720.2313.156.3549.41
HexC556370384817d3831
Octal3051266707011027157061
Binary11000101101011011011101110001001000101111101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55637; }

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

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

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

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

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

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

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

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