#C5563C

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

Shades of Trinidad #C5563C

Tints of Trinidad #C5563C

Color information

#C5563C (or 0xC5563C) is unknown color: approx Trinidad. HEX triplet: C5, 56 and 3C. RGB value is (197,86,60). Sum of RGB (Red+Green+Blue) = 197+86+60=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5563C is #3AA9C3. Grayscale: #747474. Windows color (decimal): -3844548 or 3954373. OLE color: 3954373.

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

Color convert

RGB1978660-
CMYK00.560.700.23
HSL11.39º54.15%50.39%-
HSV(B)11.39º69.54%77.25%-
XYZ27.1718.856.48-
YUV116.2296.27185.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.43%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=57.43%
G=25.07%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197866000.560.700.2311.3954.1550.39
HexC5563C0384617b3632
Octal3051267407010627136662
Binary11000101101011011110001110001000110101111011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5563C; }

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

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

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

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

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

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

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

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