Html Css Color HEX #C5573D Dark Coral

📋 copy color: '#C5573D'

red 197 ◦ green 87 ◦ blue 61

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

Shades of Dark Coral #C5573D

Tints of Dark Coral #C5573D

RGB

 RED value IS 197 (77.34% from 255) = 57.1%

 GREEN value IS 87 (34.38% from 255) = 25.22%

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

R = 57.1%
G = 25.22%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5573D (or 0xC5573D) is known color: Dark Coral. HEX triplet: C5, 57 and 3D. RGB value is (197,87,61). Sum of RGB (Red+Green+Blue) = 197+87+61=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5573D is #3AA8C2. Grayscale: #757575. Windows color (decimal): -3844291 or 4020165. OLE color: 4020165.

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

Color convert

RGB 197 87 61 -
CMYK 0 0.56 0.69 0.23
HSL 11.47º 0.54% 0.51% -
HSV(B) 11.47º 0.69% 0.77% -
XYZ 27.28 19.02 6.65 -
YUV 116.93 96.44 185.11 -
System Red Green Blue C M Y K H S L
Decimal 197 87 61 0 0.56 0.69 0.23 11.47 0.54 0.51
Hex C5 57 3D 0 38 45 17 B 36 33
Octal 305 127 75 0 70 105 27 13 66 63
Binary 11000101 1010111 111101 0 111000 1000101 10111 1011 110110 110011

Color Harmonies of #C5573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5573D

Black with #C5573D

Text Example


Text Example

White with #C5573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5573D; }

 p { color: rgb(197,87,61); }

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

background-color css

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

 a { background-color: rgb(197,87,61); }

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

border-color css

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

 span { border-color: rgb(197,87,61); }

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