Html Css Color HEX #C9543D Dark Coral

📋 copy color: '#C9543D'

red 201 ◦ green 84 ◦ blue 61

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

Shades of Dark Coral #C9543D

Tints of Dark Coral #C9543D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.28%

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 58.09%
G = 24.28%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9543D (or 0xC9543D) is known color: Dark Coral. HEX triplet: C9, 54 and 3D. RGB value is (201,84,61). Sum of RGB (Red+Green+Blue) = 201+84+61=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9543D is #36ABC2. Grayscale: #747474. Windows color (decimal): -3582915 or 4019401. OLE color: 4019401.

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

Color convert

RGB 201 84 61 -
CMYK 0 0.58 0.70 0.21
HSL 9.86º 0.56% 0.51% -
HSV(B) 9.86º 0.7% 0.79% -
XYZ 28.1 19.1 6.62 -
YUV 116.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 201 84 61 0 0.58 0.70 0.21 9.86 0.56 0.51
Hex C9 54 3D 0 3A 46 15 A 38 33
Octal 311 124 75 0 72 106 25 12 70 63
Binary 11001001 1010100 111101 0 111010 1000110 10101 1010 111000 110011

Color Harmonies of #C9543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9543D

Black with #C9543D

Text Example


Text Example

White with #C9543D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9543D; }

 p { color: rgb(201,84,61); }

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

background-color css

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

 a { background-color: rgb(201,84,61); }

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

border-color css

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

 span { border-color: rgb(201,84,61); }

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