Html Css Color HEX #C9563C Dark Coral

📋 copy color: '#C9563C'

red 201 ◦ green 86 ◦ blue 60

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

Shades of Dark Coral #C9563C

Tints of Dark Coral #C9563C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.29%

R = 57.93%
G = 24.78%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9563C (or 0xC9563C) is known color: Dark Coral. HEX triplet: C9, 56 and 3C. RGB value is (201,86,60). Sum of RGB (Red+Green+Blue) = 201+86+60=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9563C is #36A9C3. Grayscale: #757575. Windows color (decimal): -3582404 or 3954377. OLE color: 3954377.

HSL color Cylindrical-coordinate representation of color #C9563C: hue angle of 11.06º degrees, saturation: 0.57, 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 #C9563C is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 86 60 -
CMYK 0 0.57 0.70 0.21
HSL 11.06º 0.57% 0.51% -
HSV(B) 11.06º 0.7% 0.79% -
XYZ 28.23 19.4 6.53 -
YUV 117.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 201 86 60 0 0.57 0.70 0.21 11.06 0.57 0.51
Hex C9 56 3C 0 39 46 15 B 39 33
Octal 311 126 74 0 71 106 25 13 71 63
Binary 11001001 1010110 111100 0 111001 1000110 10101 1011 111001 110011

Color Harmonies of #C9563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9563C

Black with #C9563C

Text Example


Text Example

White with #C9563C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9563C; }

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

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

background-color css

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

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

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

border-color css

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

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

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