#C95A3D

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

Shades of Dark Coral #C95A3D

Tints of Dark Coral #C95A3D

Color information

#C95A3D (or 0xC95A3D) is unknown color: approx Dark Coral. HEX triplet: C9, 5A and 3D. RGB value is (201,90,61). Sum of RGB (Red+Green+Blue) = 201+90+61=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A3D is #36A5C2. Grayscale: #787878. Windows color (decimal): -3581379 or 4020937. OLE color: 4020937.

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

Color convert

RGB2019061-
CMYK00.550.700.21
HSL12.43º56.45%51.37%-
HSV(B)12.43º69.65%78.82%-
XYZ28.5920.076.78-
YUV119.8894.77185.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.10%
GREEN value IS 90 (35.55% from 255) = 25.57%
BLUE value IS 61 (24.22% from 255) = 17.33%
R=57.10%
G=25.57%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201906100.550.700.2112.4356.4551.37
HexC95A3D0374615c3833
Octal3111327506710625147063
Binary11001001101101011110101101111000110101011100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95A3D; }

 p { color: rgb(201,90,61); }

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

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

 a { background-color: rgb(201,90,61); }

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

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

 span { border-color: rgb(201,90,61); }

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