#C5482C

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

Shades of Trinidad #C5482C

Tints of Trinidad #C5482C

Color information

#C5482C (or 0xC5482C) is unknown color: approx Trinidad. HEX triplet: C5, 48 and 2C. RGB value is (197,72,44). Sum of RGB (Red+Green+Blue) = 197+72+44=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5482C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5482C is #3AB7D3. Grayscale: #6A6A6A. Windows color (decimal): -3848148 or 2902213. OLE color: 2902213.

HSL color Cylindrical-coordinate representation of color #C5482C: hue angle of 10.98º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5482C is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB1977244-
CMYK00.630.780.23
HSL10.98º63.49%47.25%-
HSV(B)10.98º77.66%77.25%-
XYZ25.816.694.24-
YUV106.1892.91192.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.94%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 44 (17.58% from 255) = 14.06%
R=62.94%
G=23.00%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197724400.630.780.2310.9863.4947.25
HexC5482C03F4E17b3f2f
Octal3051105407711627137757
Binary11000101100100010110001111111001110101111011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5482C; }

 p { color: rgb(197,72,44); }

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

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

 a { background-color: rgb(197,72,44); }

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

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

 span { border-color: rgb(197,72,44); }

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