Html Css Color HEX #C95D49 Dark Coral

📋 copy color: '#C95D49'

red 201 ◦ green 93 ◦ blue 73

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

Shades of Dark Coral #C95D49

Tints of Dark Coral #C95D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.34%

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

R = 54.77%
G = 25.34%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C95D49 (or 0xC95D49) is known color: Dark Coral. HEX triplet: C9, 5D and 49. RGB value is (201,93,73). Sum of RGB (Red+Green+Blue) = 201+93+73=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D49 is #36A2B6. Grayscale: #7B7B7B. Windows color (decimal): -3580599 or 4808137. OLE color: 4808137.

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

Color convert

RGB 201 93 73 -
CMYK 0 0.54 0.64 0.21
HSL 9.38º 0.54% 0.54% -
HSV(B) 9.38º 0.64% 0.79% -
XYZ 29.2 20.73 8.76 -
YUV 123.01 99.78 183.63 -
System Red Green Blue C M Y K H S L
Decimal 201 93 73 0 0.54 0.64 0.21 9.38 0.54 0.54
Hex C9 5D 49 0 36 40 15 9 36 36
Octal 311 135 111 0 66 100 25 11 66 66
Binary 11001001 1011101 1001001 0 110110 1000000 10101 1001 110110 110110

Color Harmonies of #C95D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95D49

Black with #C95D49

Text Example


Text Example

White with #C95D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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