#C55523

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

Shades of Trinidad #C55523

Tints of Trinidad #C55523

Color information

#C55523 (or 0xC55523) is unknown color: approx Trinidad. HEX triplet: C5, 55 and 23. RGB value is (197,85,35). Sum of RGB (Red+Green+Blue) = 197+85+35=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C55523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55523 is #3AAADC. Grayscale: #717171. Windows color (decimal): -3844829 or 2315717. OLE color: 2315717.

HSL color Cylindrical-coordinate representation of color #C55523: hue angle of 18.52º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C55523 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB1978535-
CMYK00.570.820.23
HSL18.52º69.83%45.49%-
HSV(B)18.52º82.23%77.25%-
XYZ26.5818.493.76-
YUV112.7984.11188.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.15%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 35 (14.06% from 255) = 11.04%
R=62.15%
G=26.81%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197853500.570.820.2318.5269.8345.49
HexC55523039521713462d
Octal30512543071122272310655
Binary1100010110101011000110111001101001010111100111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55523; }

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

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

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

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

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

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

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

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