#C8604A

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

Shades of Dark Coral #C8604A

Tints of Dark Coral #C8604A

Color information

#C8604A (or 0xC8604A) is unknown color: approx Dark Coral. HEX triplet: C8, 60 and 4A. RGB value is (200,96,74). Sum of RGB (Red+Green+Blue) = 200+96+74=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C8604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8604A is #379FB5. Grayscale: #7C7C7C. Windows color (decimal): -3645366 or 4874440. OLE color: 4874440.

HSL color Cylindrical-coordinate representation of color #C8604A: hue angle of 10.48º 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 #C8604A is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB2009674-
CMYK00.520.630.22
HSL10.48º53.39%53.73%-
HSV(B)10.48º63%78.43%-
XYZ29.2421.149.02-
YUV124.5999.46181.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.05%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 74 (29.30% from 255) = 20%
R=54.05%
G=25.95%
B=20%

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
Decimal200967400.520.630.2210.4853.3953.73
HexC8604A0343F16a3536
Octal3101401120647726126566
Binary11001000110000010010100110100111111101101010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8604A; }

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

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

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

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

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

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

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

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