Html Css Color HEX #C6594A Dark Coral

📋 copy color: '#C6594A'

red 198 ◦ green 89 ◦ blue 74

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

Shades of Dark Coral #C6594A

Tints of Dark Coral #C6594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.65%

 BLUE value IS 74 (29.3% from 255) = 20.5%

R = 54.85%
G = 24.65%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6594A (or 0xC6594A) is known color: Dark Coral. HEX triplet: C6, 59 and 4A. RGB value is (198,89,74). Sum of RGB (Red+Green+Blue) = 198+89+74=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6594A is #39A6B5. Grayscale: #787878. Windows color (decimal): -3778230 or 4872646. OLE color: 4872646.

HSL color Cylindrical-coordinate representation of color #C6594A: hue angle of 7.26º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6594A is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 89 74 -
CMYK 0 0.55 0.63 0.22
HSL 7.26º 0.52% 0.53% -
HSV(B) 7.26º 0.63% 0.78% -
XYZ 28.1 19.64 8.79 -
YUV 119.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 198 89 74 0 0.55 0.63 0.22 7.26 0.52 0.53
Hex C6 59 4A 0 37 3F 16 7 34 35
Octal 306 131 112 0 67 77 26 7 64 65
Binary 11000110 1011001 1001010 0 110111 111111 10110 111 110100 110101

Color Harmonies of #C6594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6594A

Black with #C6594A

Text Example


Text Example

White with #C6594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6594A; }

 p { color: rgb(198,89,74); }

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

background-color css

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

 a { background-color: rgb(198,89,74); }

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

border-color css

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

 span { border-color: rgb(198,89,74); }

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