#C65C40

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

Shades of Dark Coral #C65C40

Tints of Dark Coral #C65C40

Color information

#C65C40 (or 0xC65C40) is unknown color: approx Dark Coral. HEX triplet: C6, 5C and 40. RGB value is (198,92,64). Sum of RGB (Red+Green+Blue) = 198+92+64=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65C40 is #39A3BF. Grayscale: #787878. Windows color (decimal): -3777472 or 4218054. OLE color: 4218054.

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

Color convert

RGB1989264-
CMYK00.540.680.22
HSL12.54º54.03%51.37%-
HSV(B)12.54º67.68%77.65%-
XYZ28.0420.037.24-
YUV120.596.12183.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.93%
GREEN value IS 92 (36.33% from 255) = 25.99%
BLUE value IS 64 (25.39% from 255) = 18.08%
R=55.93%
G=25.99%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198926400.540.680.2212.5454.0351.37
HexC65C400364416d3633
Octal30613410006610426156663
Binary110001101011100100000001101101000100101101101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65C40; }

 p { color: rgb(198,92,64); }

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

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

 a { background-color: rgb(198,92,64); }

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

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

 span { border-color: rgb(198,92,64); }

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