Html Css Color HEX #C95143 Dark Coral

📋 copy color: '#C95143'

red 201 ◦ green 81 ◦ blue 67

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

Shades of Dark Coral #C95143

Tints of Dark Coral #C95143

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.21%

 BLUE value IS 67 (26.56% from 255) = 19.2%

R = 57.59%
G = 23.21%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C95143 (or 0xC95143) is known color: Dark Coral. HEX triplet: C9, 51 and 43. RGB value is (201,81,67). Sum of RGB (Red+Green+Blue) = 201+81+67=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C95143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95143 is #36AEBC. Grayscale: #737373. Windows color (decimal): -3583677 or 4411849. OLE color: 4411849.

HSL color Cylindrical-coordinate representation of color #C95143: hue angle of 6.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C95143 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 67 -
CMYK 0 0.60 0.67 0.21
HSL 6.27º 0.55% 0.53% -
HSV(B) 6.27º 0.67% 0.79% -
XYZ 28.04 18.71 7.44 -
YUV 115.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 201 81 67 0 0.60 0.67 0.21 6.27 0.55 0.53
Hex C9 51 43 0 3C 43 15 6 37 35
Octal 311 121 103 0 74 103 25 6 67 65
Binary 11001001 1010001 1000011 0 111100 1000011 10101 110 110111 110101

Color Harmonies of #C95143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95143

Black with #C95143

Text Example


Text Example

White with #C95143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95143; }

 p { color: rgb(201,81,67); }

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

background-color css

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

 a { background-color: rgb(201,81,67); }

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

border-color css

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

 span { border-color: rgb(201,81,67); }

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