Html Css Color HEX #C7604A Dark Coral

📋 copy color: '#C7604A'

red 199 ◦ green 96 ◦ blue 74

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

Shades of Dark Coral #C7604A

Tints of Dark Coral #C7604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.02%

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

R = 53.93%
G = 26.02%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

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

RGB 199 96 74 -
CMYK 0 0.52 0.63 0.22
HSL 10.56º 0.53% 0.54% -
HSV(B) 10.56º 0.63% 0.78% -
XYZ 28.97 21 9.01 -
YUV 124.29 99.62 181.29 -
System Red Green Blue C M Y K H S L
Decimal 199 96 74 0 0.52 0.63 0.22 10.56 0.53 0.54
Hex C7 60 4A 0 34 3F 16 B 35 36
Octal 307 140 112 0 64 77 26 13 65 66
Binary 11000111 1100000 1001010 0 110100 111111 10110 1011 110101 110110

Color Harmonies of #C7604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7604A

Black with #C7604A

Text Example


Text Example

White with #C7604A

Text Example


Text Example

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