#c66146

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

Shades of Dark Coral #C66146

Tints of Dark Coral #C66146

Color information

#C66146 (or 0xC66146) is unknown color: approx Dark Coral. HEX triplet: C6, 61 and 46. RGB value is (198,97,70). Sum of RGB (Red+Green+Blue) = 198+97+70=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C66146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66146 is #399EB9. Grayscale: #7C7C7C. Windows color (decimal): -3776186 or 4612550. OLE color: 4612550.

HSL color Cylindrical-coordinate representation of color #C66146: hue angle of 12.66º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C66146 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB1989770-
CMYK00.510.650.22
HSL12.66º52.89%52.55%-
HSV(B)12.66º64.65%77.65%-
XYZ28.67218.34-
YUV124.1297.46180.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.25%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 70 (27.73% from 255) = 19.18%
R=54.25%
G=26.58%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198977000.510.650.2212.6652.8952.55
HexC661460334116d3535
Octal30614110606310126156565
Binary110001101100001100011001100111000001101101101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c66146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c66146; }

 p { color: rgb(198,97,70); }

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

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

 a { background-color: rgb(198,97,70); }

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

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

 span { border-color: rgb(198,97,70); }

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