#C55627

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

Shades of Trinidad #C55627

Tints of Trinidad #C55627

Color information

#C55627 (or 0xC55627) is unknown color: approx Trinidad. HEX triplet: C5, 56 and 27. RGB value is (197,86,39). Sum of RGB (Red+Green+Blue) = 197+86+39=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C55627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55627 is #3AA9D8. Grayscale: #727272. Windows color (decimal): -3844569 or 2578117. OLE color: 2578117.

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

Color convert

RGB1978639-
CMYK00.560.800.23
HSL17.85º66.95%46.27%-
HSV(B)17.85º80.2%77.25%-
XYZ26.7218.674.12-
YUV113.8385.77187.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.18%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 39 (15.62% from 255) = 12.11%
R=61.18%
G=26.71%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197863900.560.800.2317.8566.9546.27
HexC55627038501712432e
Octal30512647070120272210356
Binary1100010110101101001110111000101000010111100101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55627; }

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

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

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

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

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

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

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

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