Html Css Color HEX #C9563F Dark Coral

📋 copy color: '#C9563F'

red 201 ◦ green 86 ◦ blue 63

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

Shades of Dark Coral #C9563F

Tints of Dark Coral #C9563F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.57%

 BLUE value IS 63 (25% from 255) = 18%

R = 57.43%
G = 24.57%
B = 18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9563F (or 0xC9563F) is known color: Dark Coral. HEX triplet: C9, 56 and 3F. RGB value is (201,86,63). Sum of RGB (Red+Green+Blue) = 201+86+63=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9563F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9563F is #36A9C0. Grayscale: #757575. Windows color (decimal): -3582401 or 4150985. OLE color: 4150985.

HSL color Cylindrical-coordinate representation of color #C9563F: hue angle of 10º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9563F is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 86 63 -
CMYK 0 0.57 0.69 0.21
HSL 10º 0.56% 0.52% -
HSV(B) 10º 0.69% 0.79% -
XYZ 28.31 19.43 6.96 -
YUV 117.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 201 86 63 0 0.57 0.69 0.21 10 0.56 0.52
Hex C9 56 3F 0 39 45 15 A 38 34
Octal 311 126 77 0 71 105 25 12 70 64
Binary 11001001 1010110 111111 0 111001 1000101 10101 1010 111000 110100

Color Harmonies of #C9563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9563F

Black with #C9563F

Text Example


Text Example

White with #C9563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9563F; }

 p { color: rgb(201,86,63); }

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

background-color css

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

 a { background-color: rgb(201,86,63); }

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

border-color css

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

 span { border-color: rgb(201,86,63); }

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