Html Css Color HEX #C95949 Dark Coral

📋 copy color: '#C95949'

red 201 ◦ green 89 ◦ blue 73

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

Shades of Dark Coral #C95949

Tints of Dark Coral #C95949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.52%

 BLUE value IS 73 (28.91% from 255) = 20.11%

R = 55.37%
G = 24.52%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C95949 (or 0xC95949) is known color: Dark Coral. HEX triplet: C9, 59 and 49. RGB value is (201,89,73). Sum of RGB (Red+Green+Blue) = 201+89+73=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C95949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95949 is #36A6B6. Grayscale: #787878. Windows color (decimal): -3581623 or 4807113. OLE color: 4807113.

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

Color convert

RGB 201 89 73 -
CMYK 0 0.56 0.64 0.21
HSL 7.5º 0.54% 0.54% -
HSV(B) 7.5º 0.64% 0.79% -
XYZ 28.86 20.04 8.65 -
YUV 120.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 201 89 73 0 0.56 0.64 0.21 7.5 0.54 0.54
Hex C9 59 49 0 38 40 15 8 36 36
Octal 311 131 111 0 70 100 25 10 66 66
Binary 11001001 1011001 1001001 0 111000 1000000 10101 1000 110110 110110

Color Harmonies of #C95949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95949

Black with #C95949

Text Example


Text Example

White with #C95949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95949; }

 p { color: rgb(201,89,73); }

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

background-color css

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

 a { background-color: rgb(201,89,73); }

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

border-color css

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

 span { border-color: rgb(201,89,73); }

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