Html Css Color HEX #C7614A Dark Coral

📋 copy color: '#C7614A'

red 199 ◦ green 97 ◦ blue 74

#C7614A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #C7614A

Tints of Dark Coral #C7614A

RGB

 RED value IS 199 (78.13% from 255) = 53.78%

 GREEN value IS 97 (38.28% from 255) = 26.22%

 BLUE value IS 74 (29.3% from 255) = 20%

R = 53.78%
G = 26.22%
B = 20%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7614A (or 0xC7614A) is known color: 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

RGB 199 97 74 -
CMYK 0 0.51 0.63 0.22
HSL 11.04º 0.53% 0.54% -
HSV(B) 11.04º 0.63% 0.78% -
XYZ 29.06 21.19 9.04 -
YUV 124.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 199 97 74 0 0.51 0.63 0.22 11.04 0.53 0.54
Hex C7 61 4A 0 33 3F 16 B 35 36
Octal 307 141 112 0 63 77 26 13 65 66
Binary 11000111 1100001 1001010 0 110011 111111 10110 1011 110101 110110

Color Harmonies of #C7614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7614A

Black with #C7614A

Text Example


Text Example

White with #C7614A

Text Example


Text Example

HTML Codes & Css Web 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>