#C6442E

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

Shades of Trinidad #C6442E

Tints of Trinidad #C6442E

Color information

#C6442E (or 0xC6442E) is unknown color: approx Trinidad. HEX triplet: C6, 44 and 2E. RGB value is (198,68,46). Sum of RGB (Red+Green+Blue) = 198+68+46=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C6442E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6442E is #39BBD1. Grayscale: #686868. Windows color (decimal): -3783634 or 3032262. OLE color: 3032262.

HSL color Cylindrical-coordinate representation of color #C6442E: hue angle of 8.68º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6442E is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB1986846-
CMYK00.660.770.22
HSL8.68º62.3%47.84%-
HSV(B)8.68º76.77%77.65%-
XYZ25.8516.344.38-
YUV104.3695.07194.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.46%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 46 (18.36% from 255) = 14.74%
R=63.46%
G=21.79%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198684600.660.770.228.6862.347.84
HexC6442E0424D1693e30
Octal30610456010211526117660
Binary110001101000100101110010000101001101101101001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6442E; }

 p { color: rgb(198,68,46); }

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

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

 a { background-color: rgb(198,68,46); }

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

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

 span { border-color: rgb(198,68,46); }

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