Html Css Color HEX #CD5E4D Dark Coral

📋 copy color: '#CD5E4D'

red 205 ◦ green 94 ◦ blue 77

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

Shades of Dark Coral #CD5E4D

Tints of Dark Coral #CD5E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.48%

R = 54.52%
G = 25%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD5E4D (or 0xCD5E4D) is known color: Dark Coral. HEX triplet: CD, 5E and 4D. RGB value is (205,94,77). Sum of RGB (Red+Green+Blue) = 205+94+77=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5E4D is #32A1B2. Grayscale: #7D7D7D. Windows color (decimal): -3318195 or 5070541. OLE color: 5070541.

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

Color convert

RGB 205 94 77 -
CMYK 0 0.54 0.62 0.20
HSL 7.97º 0.56% 0.55% -
HSV(B) 7.97º 0.62% 0.8% -
XYZ 30.52 21.52 9.57 -
YUV 125.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 205 94 77 0 0.54 0.62 0.20 7.97 0.56 0.55
Hex CD 5E 4D 0 36 3E 14 8 38 37
Octal 315 136 115 0 66 76 24 10 70 67
Binary 11001101 1011110 1001101 0 110110 111110 10100 1000 111000 110111

Color Harmonies of #CD5E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5E4D

Black with #CD5E4D

Text Example


Text Example

White with #CD5E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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