#C76048

Color #C76048 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #C76048

Tints of Dark Coral #C76048

Color information

#C76048 (or 0xC76048) is unknown color: approx Dark Coral. HEX triplet: C7, 60 and 48. RGB value is (199,96,72). Sum of RGB (Red+Green+Blue) = 199+96+72=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C76048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76048 is #389FB7. Grayscale: #7C7C7C. Windows color (decimal): -3710904 or 4743367. OLE color: 4743367.

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

Color convert

RGB1999672-
CMYK00.520.640.22
HSL11.34º53.14%53.14%-
HSV(B)11.34º63.82%78.04%-
XYZ28.9120.988.66-
YUV124.0698.62181.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.22%
GREEN value IS 96 (37.89% from 255) = 26.16%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=54.22%
G=26.16%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199967200.520.640.2211.3453.1453.14
HexC760480344016b3535
Octal30714011006410026136565
Binary110001111100000100100001101001000000101101011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76048; }

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

 H1.HeaderClassName
 {
   color: #C76048;
 }
 .AnyTagClassName
 {
   color: #C76048;
 }
</style>
background-color css

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

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

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

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

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

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