Html Css Color HEX #CD5D4D Dark Coral

📋 copy color: '#CD5D4D'

red 205 ◦ green 93 ◦ blue 77

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

Shades of Dark Coral #CD5D4D

Tints of Dark Coral #CD5D4D

RGB

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

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

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

R = 54.67%
G = 24.8%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD5D4D (or 0xCD5D4D) is known color: Dark Coral. HEX triplet: CD, 5D and 4D. RGB value is (205,93,77). Sum of RGB (Red+Green+Blue) = 205+93+77=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5D4D is #32A2B2. Grayscale: #7C7C7C. Windows color (decimal): -3318451 or 5070285. OLE color: 5070285.

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

Color convert

RGB 205 93 77 -
CMYK 0 0.55 0.62 0.20
HSL 7.5º 0.56% 0.55% -
HSV(B) 7.5º 0.62% 0.8% -
XYZ 30.43 21.34 9.54 -
YUV 124.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 205 93 77 0 0.55 0.62 0.20 7.5 0.56 0.55
Hex CD 5D 4D 0 37 3E 14 8 38 37
Octal 315 135 115 0 67 76 24 10 70 67
Binary 11001101 1011101 1001101 0 110111 111110 10100 1000 111000 110111

Color Harmonies of #CD5D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5D4D

Black with #CD5D4D

Text Example


Text Example

White with #CD5D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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