Html Css Color HEX #CD5341 Dark Coral

📋 copy color: '#CD5341'

red 205 ◦ green 83 ◦ blue 65

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

Shades of Dark Coral #CD5341

Tints of Dark Coral #CD5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.51%

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 58.07%
G = 23.51%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD5341 (or 0xCD5341) is known color: Dark Coral. HEX triplet: CD, 53 and 41. RGB value is (205,83,65). Sum of RGB (Red+Green+Blue) = 205+83+65=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5341 is #32ACBE. Grayscale: #757575. Windows color (decimal): -3321023 or 4281293. OLE color: 4281293.

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

Color convert

RGB 205 83 65 -
CMYK 0 0.60 0.68 0.20
HSL 7.71º 0.58% 0.53% -
HSV(B) 7.71º 0.68% 0.8% -
XYZ 29.22 19.55 7.23 -
YUV 117.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 205 83 65 0 0.60 0.68 0.20 7.71 0.58 0.53
Hex CD 53 41 0 3C 44 14 8 3A 35
Octal 315 123 101 0 74 104 24 10 72 65
Binary 11001101 1010011 1000001 0 111100 1000100 10100 1000 111010 110101

Color Harmonies of #CD5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5341

Black with #CD5341

Text Example


Text Example

White with #CD5341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5341; }

 p { color: rgb(205,83,65); }

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

background-color css

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

 a { background-color: rgb(205,83,65); }

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

border-color css

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

 span { border-color: rgb(205,83,65); }

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