#C4462D

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

Shades of Trinidad #C4462D

Tints of Trinidad #C4462D

Color information

#C4462D (or 0xC4462D) is unknown color: approx Trinidad. HEX triplet: C4, 46 and 2D. RGB value is (196,70,45). Sum of RGB (Red+Green+Blue) = 196+70+45=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C4462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4462D is #3BB9D2. Grayscale: #696969. Windows color (decimal): -3914195 or 2967236. OLE color: 2967236.

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

Color convert

RGB1967045-
CMYK00.640.770.23
HSL9.93º62.66%47.25%-
HSV(B)9.93º77.04%76.86%-
XYZ25.4316.314.29-
YUV104.8294.24193.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.02%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 45 (17.97% from 255) = 14.47%
R=63.02%
G=22.51%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196704500.640.770.239.9362.6647.25
HexC4462D0404D17a3f2f
Octal30410655010011527127757
Binary110001001000110101101010000001001101101111010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4462D; }

 p { color: rgb(196,70,45); }

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

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

 a { background-color: rgb(196,70,45); }

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

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

 span { border-color: rgb(196,70,45); }

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