#C55728

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

Shades of Trinidad #C55728

Tints of Trinidad #C55728

Color information

#C55728 (or 0xC55728) is unknown color: approx Trinidad. HEX triplet: C5, 57 and 28. RGB value is (197,87,40). Sum of RGB (Red+Green+Blue) = 197+87+40=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C55728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55728 is #3AA8D7. Grayscale: #727272. Windows color (decimal): -3844312 or 2643909. OLE color: 2643909.

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

Color convert

RGB1978740-
CMYK00.560.800.23
HSL17.96º66.24%46.47%-
HSV(B)17.96º79.7%77.25%-
XYZ26.8218.844.23-
YUV114.5385.94186.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.80%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 40 (16.02% from 255) = 12.35%
R=60.80%
G=26.85%
B=12.35%

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
Decimal197874000.560.800.2317.9666.2446.47
HexC55728038501712422e
Octal30512750070120272210256
Binary1100010110101111010000111000101000010111100101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55728; }

 p { color: rgb(197,87,40); }

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

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

 a { background-color: rgb(197,87,40); }

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

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

 span { border-color: rgb(197,87,40); }

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