Html Css Color HEX #CD5D40 Dark Coral

📋 copy color: '#CD5D40'

red 205 ◦ green 93 ◦ blue 64

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

Shades of Dark Coral #CD5D40

Tints of Dark Coral #CD5D40

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.69%

 BLUE value IS 64 (25.39% from 255) = 17.68%

R = 56.63%
G = 25.69%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD5D40 (or 0xCD5D40) is known color: Dark Coral. HEX triplet: CD, 5D and 40. RGB value is (205,93,64). Sum of RGB (Red+Green+Blue) = 205+93+64=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5D40 is #32A2BF. Grayscale: #7B7B7B. Windows color (decimal): -3318464 or 4218317. OLE color: 4218317.

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

Color convert

RGB 205 93 64 -
CMYK 0 0.55 0.69 0.20
HSL 12.34º 0.59% 0.53% -
HSV(B) 12.34º 0.69% 0.8% -
XYZ 30.02 21.18 7.36 -
YUV 123.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 205 93 64 0 0.55 0.69 0.20 12.34 0.59 0.53
Hex CD 5D 40 0 37 45 14 C 3B 35
Octal 315 135 100 0 67 105 24 14 73 65
Binary 11001101 1011101 1000000 0 110111 1000101 10100 1100 111011 110101

Color Harmonies of #CD5D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5D40

Black with #CD5D40

Text Example


Text Example

White with #CD5D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5D40; }

 p { color: rgb(205,93,64); }

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

background-color css

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

 a { background-color: rgb(205,93,64); }

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

border-color css

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

 span { border-color: rgb(205,93,64); }

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