#C95C41

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

Shades of Dark Coral #C95C41

Tints of Dark Coral #C95C41

Color information

#C95C41 (or 0xC95C41) is unknown color: approx Dark Coral. HEX triplet: C9, 5C and 41. RGB value is (201,92,65). Sum of RGB (Red+Green+Blue) = 201+92+65=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C41 is #36A3BE. Grayscale: #797979. Windows color (decimal): -3580863 or 4283593. OLE color: 4283593.

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

Color convert

RGB2019265-
CMYK00.540.680.21
HSL11.91º55.74%52.16%-
HSV(B)11.91º67.66%78.82%-
XYZ28.8720.457.43-
YUV121.5196.11184.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.15%
GREEN value IS 92 (36.33% from 255) = 25.70%
BLUE value IS 65 (25.78% from 255) = 18.16%
R=56.15%
G=25.70%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201926500.540.680.2111.9155.7452.16
HexC95C410364415c3834
Octal31113410106610425147064
Binary110010011011100100000101101101000100101011100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95C41; }

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

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

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

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

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

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

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

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