Html Css Color HEX #CD5A41 Dark Coral

📋 copy color: '#CD5A41'

red 205 ◦ green 90 ◦ blue 65

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

Shades of Dark Coral #CD5A41

Tints of Dark Coral #CD5A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25%

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

R = 56.94%
G = 25%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD5A41 (or 0xCD5A41) is known color: Dark Coral. HEX triplet: CD, 5A and 41. RGB value is (205,90,65). Sum of RGB (Red+Green+Blue) = 205+90+65=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5A41 is #32A5BE. Grayscale: #797979. Windows color (decimal): -3319231 or 4283085. OLE color: 4283085.

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

Color convert

RGB 205 90 65 -
CMYK 0 0.56 0.68 0.20
HSL 10.71º 0.58% 0.53% -
HSV(B) 10.71º 0.68% 0.8% -
XYZ 29.79 20.67 7.42 -
YUV 121.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 205 90 65 0 0.56 0.68 0.20 10.71 0.58 0.53
Hex CD 5A 41 0 38 44 14 B 3A 35
Octal 315 132 101 0 70 104 24 13 72 65
Binary 11001101 1011010 1000001 0 111000 1000100 10100 1011 111010 110101

Color Harmonies of #CD5A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5A41

Black with #CD5A41

Text Example


Text Example

White with #CD5A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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