#c55838

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

Shades of Trinidad #C55838

Tints of Trinidad #C55838

Color information

#C55838 (or 0xC55838) is unknown color: approx Trinidad. HEX triplet: C5, 58 and 38. RGB value is (197,88,56). Sum of RGB (Red+Green+Blue) = 197+88+56=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C55838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55838 is #3AA7C7. Grayscale: #757575. Windows color (decimal): -3844040 or 3692741. OLE color: 3692741.

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

Color convert

RGB1978856-
CMYK00.550.720.23
HSL13.62º55.73%49.61%-
HSV(B)13.62º71.57%77.25%-
XYZ27.2319.146-
YUV116.9493.61185.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.77%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 56 (22.27% from 255) = 16.42%
R=57.77%
G=25.81%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197885600.550.720.2313.6255.7349.61
HexC558380374817e3832
Octal3051307006711027167062
Binary11000101101100011100001101111001000101111110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c55838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c55838; }

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

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

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

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

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

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

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

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