Html Css Color HEX #C95647 Dark Coral

📋 copy color: '#C95647'

red 201 ◦ green 86 ◦ blue 71

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

Shades of Dark Coral #C95647

Tints of Dark Coral #C95647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

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

R = 56.15%
G = 24.02%
B = 19.83%

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

#C95647 (or 0xC95647) is known color: Dark Coral. HEX triplet: C9, 56 and 47. RGB value is (201,86,71). Sum of RGB (Red+Green+Blue) = 201+86+71=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C95647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95647 is #36A9B8. Grayscale: #767676. Windows color (decimal): -3582393 or 4675273. OLE color: 4675273.

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

Color convert

RGB 201 86 71 -
CMYK 0 0.57 0.65 0.21
HSL 6.92º 0.55% 0.53% -
HSV(B) 6.92º 0.65% 0.79% -
XYZ 28.55 19.53 8.23 -
YUV 118.68 101.1 186.72 -
System Red Green Blue C M Y K H S L
Decimal 201 86 71 0 0.57 0.65 0.21 6.92 0.55 0.53
Hex C9 56 47 0 39 41 15 7 37 35
Octal 311 126 107 0 71 101 25 7 67 65
Binary 11001001 1010110 1000111 0 111001 1000001 10101 111 110111 110101

Color Harmonies of #C95647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95647

Black with #C95647

Text Example


Text Example

White with #C95647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95647; }

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

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

background-color css

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

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

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

border-color css

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

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

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