Html Css Color HEX #C95546 Dark Coral

📋 copy color: '#C95546'

red 201 ◦ green 85 ◦ blue 70

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

Shades of Dark Coral #C95546

Tints of Dark Coral #C95546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.66%

R = 56.46%
G = 23.88%
B = 19.66%

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

#C95546 (or 0xC95546) is known color: Dark Coral. HEX triplet: C9, 55 and 46. RGB value is (201,85,70). Sum of RGB (Red+Green+Blue) = 201+85+70=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C95546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95546 is #36AAB9. Grayscale: #767676. Windows color (decimal): -3582650 or 4609481. OLE color: 4609481.

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

Color convert

RGB 201 85 70 -
CMYK 0 0.58 0.65 0.21
HSL 6.87º 0.55% 0.53% -
HSV(B) 6.87º 0.65% 0.79% -
XYZ 28.44 19.36 8.03 -
YUV 117.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 201 85 70 0 0.58 0.65 0.21 6.87 0.55 0.53
Hex C9 55 46 0 3A 41 15 7 37 35
Octal 311 125 106 0 72 101 25 7 67 65
Binary 11001001 1010101 1000110 0 111010 1000001 10101 111 110111 110101

Color Harmonies of #C95546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95546

Black with #C95546

Text Example


Text Example

White with #C95546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95546; }

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

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

background-color css

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

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

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

border-color css

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

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

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