Html Css Color HEX #C95E47 Dark Coral

📋 copy color: '#C95E47'

red 201 ◦ green 94 ◦ blue 71

#C95E47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #C95E47

Tints of Dark Coral #C95E47

RGB

 RED value IS 201 (78.91% from 255) = 54.92%

 GREEN value IS 94 (37.11% from 255) = 25.68%

 BLUE value IS 71 (28.13% from 255) = 19.4%

R = 54.92%
G = 25.68%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C95E47 (or 0xC95E47) is known color: Dark Coral. HEX triplet: C9, 5E and 47. RGB value is (201,94,71). Sum of RGB (Red+Green+Blue) = 201+94+71=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95E47 is #36A1B8. Grayscale: #7B7B7B. Windows color (decimal): -3580345 or 4677321. OLE color: 4677321.

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

Color convert

RGB 201 94 71 -
CMYK 0 0.53 0.65 0.21
HSL 10.62º 0.55% 0.53% -
HSV(B) 10.62º 0.65% 0.79% -
XYZ 29.23 20.88 8.45 -
YUV 123.37 98.45 183.37 -
System Red Green Blue C M Y K H S L
Decimal 201 94 71 0 0.53 0.65 0.21 10.62 0.55 0.53
Hex C9 5E 47 0 35 41 15 B 37 35
Octal 311 136 107 0 65 101 25 13 67 65
Binary 11001001 1011110 1000111 0 110101 1000001 10101 1011 110111 110101

Color Harmonies of #C95E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95E47

Black with #C95E47

Text Example


Text Example

White with #C95E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95E47; }

 p { color: rgb(201,94,71); }

 H1.HeaderClassName
 {
   color: #C95E47;
 }
 .AnyTagClassName
 {
   color: #C95E47;
 }
</style>

background-color css

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

 a { background-color: rgb(201,94,71); }

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

border-color css

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

 span { border-color: rgb(201,94,71); }

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