#C95B4A

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

Shades of Dark Coral #C95B4A

Tints of Dark Coral #C95B4A

Color information

#C95B4A (or 0xC95B4A) is unknown color: approx Dark Coral. HEX triplet: C9, 5B and 4A. RGB value is (201,91,74). Sum of RGB (Red+Green+Blue) = 201+91+74=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95B4A is #36A4B5. Grayscale: #7A7A7A. Windows color (decimal): -3581110 or 4873161. OLE color: 4873161.

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

Color convert

RGB2019174-
CMYK00.550.630.21
HSL8.03º54.04%53.92%-
HSV(B)8.03º63.18%78.82%-
XYZ29.0620.398.88-
YUV121.95100.94184.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.92%
GREEN value IS 91 (35.94% from 255) = 24.86%
BLUE value IS 74 (29.30% from 255) = 20.22%
R=54.92%
G=24.86%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201917400.550.630.218.0354.0453.92
HexC95B4A0373F1583636
Octal3111331120677725106666
Binary11001001101101110010100110111111111101011000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95B4A; }

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

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

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

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

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

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

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

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