#C5491E

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

Shades of Trinidad #C5491E

Tints of Trinidad #C5491E

Color information

#C5491E (or 0xC5491E) is unknown color: approx Trinidad. HEX triplet: C5, 49 and 1E. RGB value is (197,73,30). Sum of RGB (Red+Green+Blue) = 197+73+30=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C5491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5491E is #3AB6E1. Grayscale: #696969. Windows color (decimal): -3847906 or 1984965. OLE color: 1984965.

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

Color convert

RGB1977330-
CMYK00.630.850.23
HSL15.45º73.57%44.51%-
HSV(B)15.45º84.77%77.25%-
XYZ25.6416.733.11-
YUV105.1785.58193.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 65.67%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 30 (12.11% from 255) = 10%
R=65.67%
G=24.33%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197733000.630.850.2315.4573.5744.51
HexC5491E03F5517f4a2d
Octal30511136077125271711255
Binary11000101100100111110011111110101011011111111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5491E; }

 p { color: rgb(197,73,30); }

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

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

 a { background-color: rgb(197,73,30); }

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

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

 span { border-color: rgb(197,73,30); }

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