Html Css Color HEX #C95849 Dark Coral

📋 copy color: '#C95849'

red 201 ◦ green 88 ◦ blue 73

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

Shades of Dark Coral #C95849

Tints of Dark Coral #C95849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.31%

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

R = 55.52%
G = 24.31%
B = 20.17%

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

#C95849 (or 0xC95849) is known color: Dark Coral. HEX triplet: C9, 58 and 49. RGB value is (201,88,73). Sum of RGB (Red+Green+Blue) = 201+88+73=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C95849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95849 is #36A7B6. Grayscale: #787878. Windows color (decimal): -3581879 or 4806857. OLE color: 4806857.

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

Color convert

RGB 201 88 73 -
CMYK 0 0.56 0.64 0.21
HSL 7.03º 0.54% 0.54% -
HSV(B) 7.03º 0.64% 0.79% -
XYZ 28.78 19.88 8.62 -
YUV 120.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 201 88 73 0 0.56 0.64 0.21 7.03 0.54 0.54
Hex C9 58 49 0 38 40 15 7 36 36
Octal 311 130 111 0 70 100 25 7 66 66
Binary 11001001 1011000 1001001 0 111000 1000000 10101 111 110110 110110

Color Harmonies of #C95849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95849

Black with #C95849

Text Example


Text Example

White with #C95849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95849; }

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

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

background-color css

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

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

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

border-color css

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

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

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