Html Css Color HEX #CD594A Dark Coral

📋 copy color: '#CD594A'

red 205 ◦ green 89 ◦ blue 74

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

Shades of Dark Coral #CD594A

Tints of Dark Coral #CD594A

RGB

 RED value IS 205 (80.47% from 255) = 55.71%

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

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

R = 55.71%
G = 24.18%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD594A (or 0xCD594A) is known color: Dark Coral. HEX triplet: CD, 59 and 4A. RGB value is (205,89,74). Sum of RGB (Red+Green+Blue) = 205+89+74=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD594A is #32A6B5. Grayscale: #7A7A7A. Windows color (decimal): -3319478 or 4872653. OLE color: 4872653.

HSL color Cylindrical-coordinate representation of color #CD594A: hue angle of 6.87º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD594A is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 89 74 -
CMYK 0 0.57 0.64 0.20
HSL 6.87º 0.57% 0.55% -
HSV(B) 6.87º 0.64% 0.8% -
XYZ 29.99 20.62 8.88 -
YUV 121.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 205 89 74 0 0.57 0.64 0.20 6.87 0.57 0.55
Hex CD 59 4A 0 39 40 14 7 39 37
Octal 315 131 112 0 71 100 24 7 71 67
Binary 11001101 1011001 1001010 0 111001 1000000 10100 111 111001 110111

Color Harmonies of #CD594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD594A

Black with #CD594A

Text Example


Text Example

White with #CD594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD594A; }

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

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

background-color css

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

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

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

border-color css

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

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

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