Html Css Color HEX #CD5E41 Dark Coral

📋 copy color: '#CD5E41'

red 205 ◦ green 94 ◦ blue 65

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

Shades of Dark Coral #CD5E41

Tints of Dark Coral #CD5E41

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.82%

 BLUE value IS 65 (25.78% from 255) = 17.86%

R = 56.32%
G = 25.82%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD5E41 (or 0xCD5E41) is known color: Dark Coral. HEX triplet: CD, 5E and 41. RGB value is (205,94,65). Sum of RGB (Red+Green+Blue) = 205+94+65=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5E41 is #32A1BE. Grayscale: #7C7C7C. Windows color (decimal): -3318207 or 4284109. OLE color: 4284109.

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

Color convert

RGB 205 94 65 -
CMYK 0 0.54 0.68 0.20
HSL 12.43º 0.58% 0.53% -
HSV(B) 12.43º 0.68% 0.8% -
XYZ 30.13 21.37 7.54 -
YUV 123.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 205 94 65 0 0.54 0.68 0.20 12.43 0.58 0.53
Hex CD 5E 41 0 36 44 14 C 3A 35
Octal 315 136 101 0 66 104 24 14 72 65
Binary 11001101 1011110 1000001 0 110110 1000100 10100 1100 111010 110101

Color Harmonies of #CD5E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5E41

Black with #CD5E41

Text Example


Text Example

White with #CD5E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5E41; }

 p { color: rgb(205,94,65); }

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

background-color css

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

 a { background-color: rgb(205,94,65); }

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

border-color css

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

 span { border-color: rgb(205,94,65); }

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