#C76148

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

Shades of Dark Coral #C76148

Tints of Dark Coral #C76148

Color information

#C76148 (or 0xC76148) is unknown color: approx 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

RGB1999772-
CMYK00.510.640.22
HSL11.81º53.14%53.14%-
HSV(B)11.81º63.82%78.04%-
XYZ2921.168.69-
YUV124.6598.29181.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199977200.510.640.2211.8153.1453.14
HexC761480334016c3535
Octal30714111006310026146565
Binary110001111100001100100001100111000000101101100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>