#c95f43

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

Shades of Dark Coral #C95F43

Tints of Dark Coral #C95F43

Color information

#C95F43 (or 0xC95F43) is unknown color: approx Dark Coral. HEX triplet: C9, 5F and 43. RGB value is (201,95,67). Sum of RGB (Red+Green+Blue) = 201+95+67=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95F43 is #36A0BC. Grayscale: #7B7B7B. Windows color (decimal): -3580093 or 4415433. OLE color: 4415433.

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

Color convert

RGB2019567-
CMYK00.530.670.21
HSL12.54º55.37%52.55%-
HSV(B)12.54º66.67%78.82%-
XYZ29.1921.017.83-
YUV123.596.12183.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.37%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 67 (26.56% from 255) = 18.46%
R=55.37%
G=26.17%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201956700.530.670.2112.5455.3752.55
HexC95F430354315d3735
Octal31113710306510325156765
Binary110010011011111100001101101011000011101011101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c95f43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c95f43; }

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

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

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

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

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

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

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

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