#C6432E

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

Shades of Trinidad #C6432E

Tints of Trinidad #C6432E

Color information

#C6432E (or 0xC6432E) is unknown color: approx Trinidad. HEX triplet: C6, 43 and 2E. RGB value is (198,67,46). Sum of RGB (Red+Green+Blue) = 198+67+46=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C6432E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6432E is #39BCD1. Grayscale: #676767. Windows color (decimal): -3783890 or 3032006. OLE color: 3032006.

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

Color convert

RGB1986746-
CMYK00.660.770.22
HSL8.29º62.3%47.84%-
HSV(B)8.29º76.77%77.65%-
XYZ25.7916.224.36-
YUV103.7895.4195.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.67%
GREEN value IS 67 (26.56% from 255) = 21.54%
BLUE value IS 46 (18.36% from 255) = 14.79%
R=63.67%
G=21.54%
B=14.79%

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
Decimal198674600.660.770.228.2962.347.84
HexC6432E0424D1683e30
Octal30610356010211526107660
Binary110001101000011101110010000101001101101101000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6432E; }

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

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

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

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

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

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

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

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