#C6422D

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

Shades of Trinidad #C6422D

Tints of Trinidad #C6422D

Color information

#C6422D (or 0xC6422D) is unknown color: approx Trinidad. HEX triplet: C6, 42 and 2D. RGB value is (198,66,45). Sum of RGB (Red+Green+Blue) = 198+66+45=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6422D is #39BDD2. Grayscale: #676767. Windows color (decimal): -3784147 or 2966214. OLE color: 2966214.

HSL color Cylindrical-coordinate representation of color #C6422D: hue angle of 8.24º degrees, saturation: 0.63, 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 #C6422D is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB1986645-
CMYK00.670.770.22
HSL8.24º62.96%47.65%-
HSV(B)8.24º77.27%77.65%-
XYZ25.7116.094.23-
YUV103.0795.23195.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.08%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 45 (17.97% from 255) = 14.56%
R=64.08%
G=21.36%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198664500.670.770.228.2462.9647.65
HexC6422D0434D1683f30
Octal30610255010311526107760
Binary110001101000010101101010000111001101101101000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6422D; }

 p { color: rgb(198,66,45); }

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

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

 a { background-color: rgb(198,66,45); }

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

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

 span { border-color: rgb(198,66,45); }

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