Html Css Color HEX #C95C43 Dark Coral

📋 copy color: '#C95C43'

red 201 ◦ green 92 ◦ blue 67

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

Shades of Dark Coral #C95C43

Tints of Dark Coral #C95C43

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.56%

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

R = 55.83%
G = 25.56%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C95C43 (or 0xC95C43) is known color: Dark Coral. HEX triplet: C9, 5C and 43. RGB value is (201,92,67). Sum of RGB (Red+Green+Blue) = 201+92+67=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C43 is #36A3BC. Grayscale: #797979. Windows color (decimal): -3580861 or 4414665. OLE color: 4414665.

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

Color convert

RGB 201 92 67 -
CMYK 0 0.54 0.67 0.21
HSL 11.19º 0.55% 0.53% -
HSV(B) 11.19º 0.67% 0.79% -
XYZ 28.93 20.48 7.74 -
YUV 121.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 201 92 67 0 0.54 0.67 0.21 11.19 0.55 0.53
Hex C9 5C 43 0 36 43 15 B 37 35
Octal 311 134 103 0 66 103 25 13 67 65
Binary 11001001 1011100 1000011 0 110110 1000011 10101 1011 110111 110101

Color Harmonies of #C95C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C43

Black with #C95C43

Text Example


Text Example

White with #C95C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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