Html Css Color HEX #CD5346 Dark Coral

📋 copy color: '#CD5346'

red 205 ◦ green 83 ◦ blue 70

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

Shades of Dark Coral #CD5346

Tints of Dark Coral #CD5346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.18%

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

R = 57.26%
G = 23.18%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD5346 (or 0xCD5346) is known color: Dark Coral. HEX triplet: CD, 53 and 46. RGB value is (205,83,70). Sum of RGB (Red+Green+Blue) = 205+83+70=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5346 is #32ACB9. Grayscale: #767676. Windows color (decimal): -3321018 or 4608973. OLE color: 4608973.

HSL color Cylindrical-coordinate representation of color #CD5346: hue angle of 5.78º 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 #CD5346 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 83 70 -
CMYK 0 0.60 0.66 0.20
HSL 5.78º 0.57% 0.54% -
HSV(B) 5.78º 0.66% 0.8% -
XYZ 29.38 19.61 8.03 -
YUV 118 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 205 83 70 0 0.60 0.66 0.20 5.78 0.57 0.54
Hex CD 53 46 0 3C 42 14 6 39 36
Octal 315 123 106 0 74 102 24 6 71 66
Binary 11001101 1010011 1000110 0 111100 1000010 10100 110 111001 110110

Color Harmonies of #CD5346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5346

Black with #CD5346

Text Example


Text Example

White with #CD5346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5346; }

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

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

background-color css

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

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

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

border-color css

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

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

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