Html Css Color HEX #CD5C42 Dark Coral

📋 copy color: '#CD5C42'

red 205 ◦ green 92 ◦ blue 66

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

Shades of Dark Coral #CD5C42

Tints of Dark Coral #CD5C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 56.47%
G = 25.34%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD5C42 (or 0xCD5C42) is known color: Dark Coral. HEX triplet: CD, 5C and 42. RGB value is (205,92,66). Sum of RGB (Red+Green+Blue) = 205+92+66=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5C42 is #32A3BD. Grayscale: #7B7B7B. Windows color (decimal): -3318718 or 4349133. OLE color: 4349133.

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

Color convert

RGB 205 92 66 -
CMYK 0 0.55 0.68 0.20
HSL 11.22º 0.58% 0.53% -
HSV(B) 11.22º 0.68% 0.8% -
XYZ 29.99 21.03 7.63 -
YUV 122.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 205 92 66 0 0.55 0.68 0.20 11.22 0.58 0.53
Hex CD 5C 42 0 37 44 14 B 3A 35
Octal 315 134 102 0 67 104 24 13 72 65
Binary 11001101 1011100 1000010 0 110111 1000100 10100 1011 111010 110101

Color Harmonies of #CD5C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5C42

Black with #CD5C42

Text Example


Text Example

White with #CD5C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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