#C95548

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

Shades of Dark Coral #C95548

Tints of Dark Coral #C95548

Color information

#C95548 (or 0xC95548) is unknown color: approx Dark Coral. HEX triplet: C9, 55 and 48. RGB value is (201,85,72). Sum of RGB (Red+Green+Blue) = 201+85+72=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C95548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95548 is #36AAB7. Grayscale: #767676. Windows color (decimal): -3582648 or 4740553. OLE color: 4740553.

HSL color Cylindrical-coordinate representation of color #C95548: hue angle of 6.05º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C95548 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB2018572-
CMYK00.580.640.21
HSL6.05º54.43%53.53%-
HSV(B)6.05º64.18%78.82%-
XYZ28.5119.388.37-
YUV118.2101.93187.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.15%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 72 (28.52% from 255) = 20.11%
R=56.15%
G=23.74%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201857200.580.640.216.0554.4353.53
HexC9554803A401563636
Octal3111251100721002566666
Binary11001001101010110010000111010100000010101110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95548; }

 p { color: rgb(201,85,72); }

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

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

 a { background-color: rgb(201,85,72); }

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

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

 span { border-color: rgb(201,85,72); }

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