Html Css Color HEX #C76049 Dark Coral

📋 copy color: '#C76049'

red 199 ◦ green 96 ◦ blue 73

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

Shades of Dark Coral #C76049

Tints of Dark Coral #C76049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.84%

R = 54.08%
G = 26.09%
B = 19.84%

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

#C76049 (or 0xC76049) is known color: Dark Coral. HEX triplet: C7, 60 and 49. RGB value is (199,96,73). Sum of RGB (Red+Green+Blue) = 199+96+73=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C76049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76049 is #389FB6. Grayscale: #7C7C7C. Windows color (decimal): -3710903 or 4808903. OLE color: 4808903.

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

Color convert

RGB 199 96 73 -
CMYK 0 0.52 0.63 0.22
HSL 10.95º 0.53% 0.53% -
HSV(B) 10.95º 0.63% 0.78% -
XYZ 28.94 20.99 8.83 -
YUV 124.18 99.12 181.37 -
System Red Green Blue C M Y K H S L
Decimal 199 96 73 0 0.52 0.63 0.22 10.95 0.53 0.53
Hex C7 60 49 0 34 3F 16 B 35 35
Octal 307 140 111 0 64 77 26 13 65 65
Binary 11000111 1100000 1001001 0 110100 111111 10110 1011 110101 110101

Color Harmonies of #C76049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76049

Black with #C76049

Text Example


Text Example

White with #C76049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76049; }

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

 H1.HeaderClassName
 {
   color: #C76049;
 }
 .AnyTagClassName
 {
   color: #C76049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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