Html Css Color HEX #CD5946 Dark Coral

📋 copy color: '#CD5946'

red 205 ◦ green 89 ◦ blue 70

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

Shades of Dark Coral #CD5946

Tints of Dark Coral #CD5946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.23%

R = 56.32%
G = 24.45%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD5946 (or 0xCD5946) is known color: Dark Coral. HEX triplet: CD, 59 and 46. RGB value is (205,89,70). Sum of RGB (Red+Green+Blue) = 205+89+70=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5946 is #32A6B9. Grayscale: #797979. Windows color (decimal): -3319482 or 4610509. OLE color: 4610509.

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

Color convert

RGB 205 89 70 -
CMYK 0 0.57 0.66 0.20
HSL 8.44º 0.57% 0.54% -
HSV(B) 8.44º 0.66% 0.8% -
XYZ 29.85 20.57 8.19 -
YUV 121.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 205 89 70 0 0.57 0.66 0.20 8.44 0.57 0.54
Hex CD 59 46 0 39 42 14 8 39 36
Octal 315 131 106 0 71 102 24 10 71 66
Binary 11001101 1011001 1000110 0 111001 1000010 10100 1000 111001 110110

Color Harmonies of #CD5946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5946

Black with #CD5946

Text Example


Text Example

White with #CD5946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5946; }

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

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

background-color css

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

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

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

border-color css

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

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

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