Html Css Color HEX #CD5044 Dark Coral

📋 copy color: '#CD5044'

red 205 ◦ green 80 ◦ blue 68

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

Shades of Dark Coral #CD5044

Tints of Dark Coral #CD5044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.26%

R = 58.07%
G = 22.66%
B = 19.26%

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

#CD5044 (or 0xCD5044) is known color: Dark Coral. HEX triplet: CD, 50 and 44. RGB value is (205,80,68). Sum of RGB (Red+Green+Blue) = 205+80+68=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5044 is #32AFBB. Grayscale: #747474. Windows color (decimal): -3321788 or 4477133. OLE color: 4477133.

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

Color convert

RGB 205 80 68 -
CMYK 0 0.61 0.67 0.20
HSL 5.26º 0.58% 0.54% -
HSV(B) 5.26º 0.67% 0.8% -
XYZ 29.09 19.13 7.63 -
YUV 116.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 205 80 68 0 0.61 0.67 0.20 5.26 0.58 0.54
Hex CD 50 44 0 3D 43 14 5 3A 36
Octal 315 120 104 0 75 103 24 5 72 66
Binary 11001101 1010000 1000100 0 111101 1000011 10100 101 111010 110110

Color Harmonies of #CD5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5044

Black with #CD5044

Text Example


Text Example

White with #CD5044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5044; }

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

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

background-color css

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

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

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

border-color css

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

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

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