#C7604A

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

Shades of Dark Coral #C7604A

Tints of Dark Coral #C7604A

Color information

#C7604A (or 0xC7604A) is unknown color: approx Dark Coral. HEX triplet: C7, 60 and 4A. RGB value is (199,96,74). Sum of RGB (Red+Green+Blue) = 199+96+74=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C7604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7604A is #389FB5. Grayscale: #7C7C7C. Windows color (decimal): -3710902 or 4874439. OLE color: 4874439.

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

Color convert

RGB1999674-
CMYK00.520.630.22
HSL10.56º52.74%53.53%-
HSV(B)10.56º62.81%78.04%-
XYZ28.97219.01-
YUV124.2999.62181.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.93%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 74 (29.30% from 255) = 20.05%
R=53.93%
G=26.02%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199967400.520.630.2210.5652.7453.53
HexC7604A0343F16b3536
Octal3071401120647726136566
Binary11000111110000010010100110100111111101101011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7604A; }

 p { color: rgb(199,96,74); }

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

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

 a { background-color: rgb(199,96,74); }

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

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

 span { border-color: rgb(199,96,74); }

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