Html Css Color HEX #C76148 Dark Coral

📋 copy color: '#C76148'

red 199 ◦ green 97 ◦ blue 72

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

Shades of Dark Coral #C76148

Tints of Dark Coral #C76148

RGB

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

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

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

R = 54.08%
G = 26.36%
B = 19.57%

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

#C76148 (or 0xC76148) is known color: Dark Coral. HEX triplet: C7, 61 and 48. RGB value is (199,97,72). Sum of RGB (Red+Green+Blue) = 199+97+72=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C76148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76148 is #389EB7. Grayscale: #7C7C7C. Windows color (decimal): -3710648 or 4743623. OLE color: 4743623.

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

Color convert

RGB 199 97 72 -
CMYK 0 0.51 0.64 0.22
HSL 11.81º 0.53% 0.53% -
HSV(B) 11.81º 0.64% 0.78% -
XYZ 29 21.16 8.69 -
YUV 124.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 199 97 72 0 0.51 0.64 0.22 11.81 0.53 0.53
Hex C7 61 48 0 33 40 16 C 35 35
Octal 307 141 110 0 63 100 26 14 65 65
Binary 11000111 1100001 1001000 0 110011 1000000 10110 1100 110101 110101

Color Harmonies of #C76148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76148

Black with #C76148

Text Example


Text Example

White with #C76148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76148; }

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

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

background-color css

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

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

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

border-color css

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

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

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