Html Css Color HEX #CD5043 Dark Coral

📋 copy color: '#CD5043'

red 205 ◦ green 80 ◦ blue 67

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

Shades of Dark Coral #CD5043

Tints of Dark Coral #CD5043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.73%

 BLUE value IS 67 (26.56% from 255) = 19.03%

R = 58.24%
G = 22.73%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CD5043 (or 0xCD5043) is known color: Dark Coral. HEX triplet: CD, 50 and 43. RGB value is (205,80,67). Sum of RGB (Red+Green+Blue) = 205+80+67=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5043 is #32AFBC. Grayscale: #747474. Windows color (decimal): -3321789 or 4411597. OLE color: 4411597.

HSL color Cylindrical-coordinate representation of color #CD5043: hue angle of 5.65º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD5043 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 80 67 -
CMYK 0 0.61 0.67 0.20
HSL 5.65º 0.58% 0.53% -
HSV(B) 5.65º 0.67% 0.8% -
XYZ 29.06 19.12 7.47 -
YUV 115.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 205 80 67 0 0.61 0.67 0.20 5.65 0.58 0.53
Hex CD 50 43 0 3D 43 14 6 3A 35
Octal 315 120 103 0 75 103 24 6 72 65
Binary 11001101 1010000 1000011 0 111101 1000011 10100 110 111010 110101

Color Harmonies of #CD5043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5043

Black with #CD5043

Text Example


Text Example

White with #CD5043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5043; }

 p { color: rgb(205,80,67); }

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

background-color css

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

 a { background-color: rgb(205,80,67); }

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

border-color css

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

 span { border-color: rgb(205,80,67); }

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