Html Css Color HEX #CD5C4D Dark Coral

📋 copy color: '#CD5C4D'

red 205 ◦ green 92 ◦ blue 77

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

Shades of Dark Coral #CD5C4D

Tints of Dark Coral #CD5C4D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.6%

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

R = 54.81%
G = 24.6%
B = 20.59%

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

#CD5C4D (or 0xCD5C4D) is known color: Dark Coral. HEX triplet: CD, 5C and 4D. RGB value is (205,92,77). Sum of RGB (Red+Green+Blue) = 205+92+77=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5C4D is #32A3B2. Grayscale: #7C7C7C. Windows color (decimal): -3318707 or 5070029. OLE color: 5070029.

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

Color convert

RGB 205 92 77 -
CMYK 0 0.55 0.62 0.20
HSL 7.03º 0.56% 0.55% -
HSV(B) 7.03º 0.62% 0.8% -
XYZ 30.34 21.17 9.51 -
YUV 124.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 205 92 77 0 0.55 0.62 0.20 7.03 0.56 0.55
Hex CD 5C 4D 0 37 3E 14 7 38 37
Octal 315 134 115 0 67 76 24 7 70 67
Binary 11001101 1011100 1001101 0 110111 111110 10100 111 111000 110111

Color Harmonies of #CD5C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5C4D

Black with #CD5C4D

Text Example


Text Example

White with #CD5C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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