#C95746

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

Shades of Dark Coral #C95746

Tints of Dark Coral #C95746

Color information

#C95746 (or 0xC95746) is unknown color: approx Dark Coral. HEX triplet: C9, 57 and 46. RGB value is (201,87,70). Sum of RGB (Red+Green+Blue) = 201+87+70=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C95746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95746 is #36A8B9. Grayscale: #777777. Windows color (decimal): -3582138 or 4609993. OLE color: 4609993.

HSL color Cylindrical-coordinate representation of color #C95746: hue angle of 7.79º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C95746 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB2018770-
CMYK00.570.650.21
HSL7.79º54.81%53.14%-
HSV(B)7.79º65.17%78.82%-
XYZ28.619.688.08-
YUV119.15100.27186.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.15%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 70 (27.73% from 255) = 19.55%
R=56.15%
G=24.30%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201877000.570.650.217.7954.8153.14
HexC95746039411583735
Octal31112710607110125106765
Binary110010011010111100011001110011000001101011000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95746; }

 p { color: rgb(201,87,70); }

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

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

 a { background-color: rgb(201,87,70); }

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

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

 span { border-color: rgb(201,87,70); }

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