#C95B41

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

Shades of Dark Coral #C95B41

Tints of Dark Coral #C95B41

Color information

#C95B41 (or 0xC95B41) is unknown color: approx Dark Coral. HEX triplet: C9, 5B and 41. RGB value is (201,91,65). Sum of RGB (Red+Green+Blue) = 201+91+65=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95B41 is #36A4BE. Grayscale: #797979. Windows color (decimal): -3581119 or 4283337. OLE color: 4283337.

HSL color Cylindrical-coordinate representation of color #C95B41: hue angle of 11.47º 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 #C95B41 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB2019165-
CMYK00.550.680.21
HSL11.47º55.74%52.16%-
HSV(B)11.47º67.66%78.82%-
XYZ28.7820.287.4-
YUV120.9396.44185.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.30%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 65 (25.78% from 255) = 18.21%
R=56.30%
G=25.49%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201916500.550.680.2111.4755.7452.16
HexC95B410374415b3834
Octal31113310106710425137064
Binary110010011011011100000101101111000100101011011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95B41; }

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

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

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

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

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

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

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

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