#C95343

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

Shades of Dark Coral #C95343

Tints of Dark Coral #C95343

Color information

#C95343 (or 0xC95343) is unknown color: approx Dark Coral. HEX triplet: C9, 53 and 43. RGB value is (201,83,67). Sum of RGB (Red+Green+Blue) = 201+83+67=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C95343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95343 is #36ACBC. Grayscale: #747474. Windows color (decimal): -3583165 or 4412361. OLE color: 4412361.

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

Color convert

RGB2018367-
CMYK00.590.670.21
HSL7.16º55.37%52.55%-
HSV(B)7.16º66.67%78.82%-
XYZ28.1919.017.49-
YUV116.46100.09188.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.26%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 67 (26.56% from 255) = 19.09%
R=57.26%
G=23.65%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201836700.590.670.217.1655.3752.55
HexC9534303B431573735
Octal3111231030731032576765
Binary11001001101001110000110111011100001110101111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95343; }

 p { color: rgb(201,83,67); }

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

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

 a { background-color: rgb(201,83,67); }

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

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

 span { border-color: rgb(201,83,67); }

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