Html Css Color HEX #CD5D4A Dark Coral

📋 copy color: '#CD5D4A'

red 205 ◦ green 93 ◦ blue 74

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

Shades of Dark Coral #CD5D4A

Tints of Dark Coral #CD5D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.89%

R = 55.11%
G = 25%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD5D4A (or 0xCD5D4A) is known color: Dark Coral. HEX triplet: CD, 5D and 4A. RGB value is (205,93,74). Sum of RGB (Red+Green+Blue) = 205+93+74=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5D4A is #32A2B5. Grayscale: #7C7C7C. Windows color (decimal): -3318454 or 4873677. OLE color: 4873677.

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

Color convert

RGB 205 93 74 -
CMYK 0 0.55 0.64 0.20
HSL 8.7º 0.57% 0.55% -
HSV(B) 8.7º 0.64% 0.8% -
XYZ 30.33 21.3 8.99 -
YUV 124.32 99.61 185.54 -
System Red Green Blue C M Y K H S L
Decimal 205 93 74 0 0.55 0.64 0.20 8.7 0.57 0.55
Hex CD 5D 4A 0 37 40 14 9 39 37
Octal 315 135 112 0 67 100 24 11 71 67
Binary 11001101 1011101 1001010 0 110111 1000000 10100 1001 111001 110111

Color Harmonies of #CD5D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5D4A

Black with #CD5D4A

Text Example


Text Example

White with #CD5D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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