Html Css Color HEX #C76248 Dark Coral

📋 copy color: '#C76248'

red 199 ◦ green 98 ◦ blue 72

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

Shades of Dark Coral #C76248

Tints of Dark Coral #C76248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 53.93%
G = 26.56%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C76248 (or 0xC76248) is known color: Dark Coral. HEX triplet: C7, 62 and 48. RGB value is (199,98,72). Sum of RGB (Red+Green+Blue) = 199+98+72=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C76248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76248 is #389DB7. Grayscale: #7D7D7D. Windows color (decimal): -3710392 or 4743879. OLE color: 4743879.

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

Color convert

RGB 199 98 72 -
CMYK 0 0.51 0.64 0.22
HSL 12.28º 0.53% 0.53% -
HSV(B) 12.28º 0.64% 0.78% -
XYZ 29.09 21.35 8.72 -
YUV 125.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 199 98 72 0 0.51 0.64 0.22 12.28 0.53 0.53
Hex C7 62 48 0 33 40 16 C 35 35
Octal 307 142 110 0 63 100 26 14 65 65
Binary 11000111 1100010 1001000 0 110011 1000000 10110 1100 110101 110101

Color Harmonies of #C76248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76248

Black with #C76248

Text Example


Text Example

White with #C76248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76248; }

 p { color: rgb(199,98,72); }

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

background-color css

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

 a { background-color: rgb(199,98,72); }

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

border-color css

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

 span { border-color: rgb(199,98,72); }

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