Html Css Color HEX #C95547 Dark Coral

📋 copy color: '#C95547'

red 201 ◦ green 85 ◦ blue 71

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

Shades of Dark Coral #C95547

Tints of Dark Coral #C95547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

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

R = 56.3%
G = 23.81%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C95547 (or 0xC95547) is known color: Dark Coral. HEX triplet: C9, 55 and 47. RGB value is (201,85,71). Sum of RGB (Red+Green+Blue) = 201+85+71=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C95547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95547 is #36AAB8. Grayscale: #767676. Windows color (decimal): -3582649 or 4675017. OLE color: 4675017.

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

Color convert

RGB 201 85 71 -
CMYK 0 0.58 0.65 0.21
HSL 6.46º 0.55% 0.53% -
HSV(B) 6.46º 0.65% 0.79% -
XYZ 28.47 19.37 8.2 -
YUV 118.09 101.43 187.14 -
System Red Green Blue C M Y K H S L
Decimal 201 85 71 0 0.58 0.65 0.21 6.46 0.55 0.53
Hex C9 55 47 0 3A 41 15 6 37 35
Octal 311 125 107 0 72 101 25 6 67 65
Binary 11001001 1010101 1000111 0 111010 1000001 10101 110 110111 110101

Color Harmonies of #C95547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95547

Black with #C95547

Text Example


Text Example

White with #C95547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95547; }

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

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

background-color css

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

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

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

border-color css

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

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

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