#C95C45

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

Shades of Dark Coral #C95C45

Tints of Dark Coral #C95C45

Color information

#C95C45 (or 0xC95C45) is unknown color: approx Dark Coral. HEX triplet: C9, 5C and 45. RGB value is (201,92,69). Sum of RGB (Red+Green+Blue) = 201+92+69=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C45 is #36A3BA. Grayscale: #7A7A7A. Windows color (decimal): -3580859 or 4545737. OLE color: 4545737.

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

Color convert

RGB2019269-
CMYK00.540.660.21
HSL10.45º55%52.94%-
HSV(B)10.45º65.67%78.82%-
XYZ28.9920.58.06-
YUV121.9798.11184.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.52%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 69 (27.34% from 255) = 19.06%
R=55.52%
G=25.41%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201926900.540.660.2110.455552.94
HexC95C450364215a3735
Octal31113410506610225126765
Binary110010011011100100010101101101000010101011010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95C45; }

 p { color: rgb(201,92,69); }

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

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

 a { background-color: rgb(201,92,69); }

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

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

 span { border-color: rgb(201,92,69); }

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