#C5462C

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

Shades of Trinidad #C5462C

Tints of Trinidad #C5462C

Color information

#C5462C (or 0xC5462C) is unknown color: approx Trinidad. HEX triplet: C5, 46 and 2C. RGB value is (197,70,44). Sum of RGB (Red+Green+Blue) = 197+70+44=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5462C is #3AB9D3. Grayscale: #696969. Windows color (decimal): -3848660 or 2901701. OLE color: 2901701.

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

Color convert

RGB1977044-
CMYK00.640.780.23
HSL10.2º63.49%47.25%-
HSV(B)10.2º77.66%77.25%-
XYZ25.6716.434.2-
YUV105.0193.58193.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.34%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 44 (17.58% from 255) = 14.15%
R=63.34%
G=22.51%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197704400.640.780.2310.263.4947.25
HexC5462C0404E17a3f2f
Octal30510654010011627127757
Binary110001011000110101100010000001001110101111010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5462C; }

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

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

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

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

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

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

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

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