#C7614A

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

Shades of Dark Coral #C7614A

Tints of Dark Coral #C7614A

Color information

#C7614A (or 0xC7614A) is unknown color: approx Dark Coral. HEX triplet: C7, 61 and 4A. RGB value is (199,97,74). Sum of RGB (Red+Green+Blue) = 199+97+74=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C7614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7614A is #389EB5. Grayscale: #7D7D7D. Windows color (decimal): -3710646 or 4874695. OLE color: 4874695.

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

Color convert

RGB1999774-
CMYK00.510.630.22
HSL11.04º52.74%53.53%-
HSV(B)11.04º62.81%78.04%-
XYZ29.0621.199.04-
YUV124.8899.29180.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.78%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 74 (29.30% from 255) = 20%
R=53.78%
G=26.22%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199977400.510.630.2211.0452.7453.53
HexC7614A0333F16b3536
Octal3071411120637726136566
Binary11000111110000110010100110011111111101101011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7614A; }

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

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

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

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

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

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

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

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