#C95742

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

Shades of Dark Coral #C95742

Tints of Dark Coral #C95742

Color information

#C95742 (or 0xC95742) is unknown color: approx Dark Coral. HEX triplet: C9, 57 and 42. RGB value is (201,87,66). Sum of RGB (Red+Green+Blue) = 201+87+66=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C95742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95742 is #36A8BD. Grayscale: #767676. Windows color (decimal): -3582142 or 4347849. OLE color: 4347849.

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

Color convert

RGB2018766-
CMYK00.570.670.21
HSL9.33º55.56%52.35%-
HSV(B)9.33º67.16%78.82%-
XYZ28.4819.637.44-
YUV118.6998.27186.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.78%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 66 (26.17% from 255) = 18.64%
R=56.78%
G=24.58%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201876600.570.670.219.3355.5652.35
HexC95742039431593834
Octal31112710207110325117064
Binary110010011010111100001001110011000011101011001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95742; }

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

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

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

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

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

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

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

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