Html Css Color HEX #C95747 Dark Coral

📋 copy color: '#C95747'

red 201 ◦ green 87 ◦ blue 71

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

Shades of Dark Coral #C95747

Tints of Dark Coral #C95747

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.23%

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

R = 55.99%
G = 24.23%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C95747 (or 0xC95747) is known color: Dark Coral. HEX triplet: C9, 57 and 47. RGB value is (201,87,71). Sum of RGB (Red+Green+Blue) = 201+87+71=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C95747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95747 is #36A8B8. Grayscale: #777777. Windows color (decimal): -3582137 or 4675529. OLE color: 4675529.

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

Color convert

RGB 201 87 71 -
CMYK 0 0.57 0.65 0.21
HSL 7.38º 0.55% 0.53% -
HSV(B) 7.38º 0.65% 0.79% -
XYZ 28.63 19.69 8.25 -
YUV 119.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 201 87 71 0 0.57 0.65 0.21 7.38 0.55 0.53
Hex C9 57 47 0 39 41 15 7 37 35
Octal 311 127 107 0 71 101 25 7 67 65
Binary 11001001 1010111 1000111 0 111001 1000001 10101 111 110111 110101

Color Harmonies of #C95747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95747

Black with #C95747

Text Example


Text Example

White with #C95747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95747; }

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

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

background-color css

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

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

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

border-color css

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

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

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