Html Css Color HEX #C6563E Dark Coral

📋 copy color: '#C6563E'

red 198 ◦ green 86 ◦ blue 62

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

Shades of Dark Coral #C6563E

Tints of Dark Coral #C6563E

RGB

 RED value IS 198 (77.73% from 255) = 57.23%

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

 BLUE value IS 62 (24.61% from 255) = 17.92%

R = 57.23%
G = 24.86%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6563E (or 0xC6563E) is known color: Dark Coral. HEX triplet: C6, 56 and 3E. RGB value is (198,86,62). Sum of RGB (Red+Green+Blue) = 198+86+62=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6563E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6563E is #39A9C1. Grayscale: #747474. Windows color (decimal): -3779010 or 4085446. OLE color: 4085446.

HSL color Cylindrical-coordinate representation of color #C6563E: hue angle of 10.59º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6563E is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 86 62 -
CMYK 0 0.57 0.69 0.22
HSL 10.59º 0.54% 0.51% -
HSV(B) 10.59º 0.69% 0.78% -
XYZ 27.49 19.01 6.78 -
YUV 116.75 97.11 185.95 -
System Red Green Blue C M Y K H S L
Decimal 198 86 62 0 0.57 0.69 0.22 10.59 0.54 0.51
Hex C6 56 3E 0 39 45 16 B 36 33
Octal 306 126 76 0 71 105 26 13 66 63
Binary 11000110 1010110 111110 0 111001 1000101 10110 1011 110110 110011

Color Harmonies of #C6563E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6563E

Black with #C6563E

Text Example


Text Example

White with #C6563E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6563E; }

 p { color: rgb(198,86,62); }

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

background-color css

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

 a { background-color: rgb(198,86,62); }

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

border-color css

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

 span { border-color: rgb(198,86,62); }

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