Html Css Color HEX #CD5E42 Dark Coral

📋 copy color: '#CD5E42'

red 205 ◦ green 94 ◦ blue 66

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

Shades of Dark Coral #CD5E42

Tints of Dark Coral #CD5E42

RGB

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

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

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

R = 56.16%
G = 25.75%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD5E42 (or 0xCD5E42) is known color: Dark Coral. HEX triplet: CD, 5E and 42. RGB value is (205,94,66). Sum of RGB (Red+Green+Blue) = 205+94+66=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5E42 is #32A1BD. Grayscale: #7C7C7C. Windows color (decimal): -3318206 or 4349645. OLE color: 4349645.

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

Color convert

RGB 205 94 66 -
CMYK 0 0.54 0.68 0.20
HSL 12.09º 0.58% 0.53% -
HSV(B) 12.09º 0.68% 0.8% -
XYZ 30.16 21.38 7.69 -
YUV 124 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 205 94 66 0 0.54 0.68 0.20 12.09 0.58 0.53
Hex CD 5E 42 0 36 44 14 C 3A 35
Octal 315 136 102 0 66 104 24 14 72 65
Binary 11001101 1011110 1000010 0 110110 1000100 10100 1100 111010 110101

Color Harmonies of #CD5E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5E42

Black with #CD5E42

Text Example


Text Example

White with #CD5E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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