#C65342

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

Shades of Dark Coral #C65342

Tints of Dark Coral #C65342

Color information

#C65342 (or 0xC65342) is unknown color: approx Dark Coral. HEX triplet: C6, 53 and 42. RGB value is (198,83,66). Sum of RGB (Red+Green+Blue) = 198+83+66=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C65342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65342 is #39ACBD. Grayscale: #737373. Windows color (decimal): -3779774 or 4346822. OLE color: 4346822.

HSL color Cylindrical-coordinate representation of color #C65342: hue angle of 7.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C65342 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB1988366-
CMYK00.580.670.22
HSL7.73º53.66%51.76%-
HSV(B)7.73º66.67%77.65%-
XYZ27.3718.597.3-
YUV115.45100.1186.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.06%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 66 (26.17% from 255) = 19.02%
R=57.06%
G=23.92%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198836600.580.670.227.7353.6651.76
HexC6534203A431683634
Octal30612310207210326106664
Binary110001101010011100001001110101000011101101000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65342; }

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

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

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

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

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

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

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

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