#C55538

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

Shades of Trinidad #C55538

Tints of Trinidad #C55538

Color information

#C55538 (or 0xC55538) is unknown color: approx Trinidad. HEX triplet: C5, 55 and 38. RGB value is (197,85,56). Sum of RGB (Red+Green+Blue) = 197+85+56=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C55538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55538 is #3AAAC7. Grayscale: #737373. Windows color (decimal): -3844808 or 3691973. OLE color: 3691973.

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

Color convert

RGB1978556-
CMYK00.570.720.23
HSL12.34º55.73%49.61%-
HSV(B)12.34º71.57%77.25%-
XYZ26.9918.655.92-
YUV115.1894.61186.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.28%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 56 (22.27% from 255) = 16.57%
R=58.28%
G=25.15%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197855600.570.720.2312.3455.7349.61
HexC555380394817c3832
Octal3051257007111027147062
Binary11000101101010111100001110011001000101111100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55538; }

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

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

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

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

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

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

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

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