#c65a49

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

Shades of Dark Coral #C65A49

Tints of Dark Coral #C65A49

Color information

#C65A49 (or 0xC65A49) is unknown color: approx Dark Coral. HEX triplet: C6, 5A and 49. RGB value is (198,90,73). Sum of RGB (Red+Green+Blue) = 198+90+73=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65A49 is #39A5B6. Grayscale: #787878. Windows color (decimal): -3777975 or 4807366. OLE color: 4807366.

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

Color convert

RGB1989073-
CMYK00.550.630.22
HSL8.16º52.3%53.14%-
HSV(B)8.16º63.13%77.65%-
XYZ28.1519.88.64-
YUV120.35101.28183.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.85%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=54.85%
G=24.93%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198907300.550.630.228.1652.353.14
HexC65A490373F1683435
Octal3061321110677726106465
Binary11000110101101010010010110111111111101101000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c65a49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c65a49; }

 p { color: rgb(198,90,73); }

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

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

 a { background-color: rgb(198,90,73); }

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

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

 span { border-color: rgb(198,90,73); }

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