Html Css Color HEX #CD5144 Dark Coral

📋 copy color: '#CD5144'

red 205 ◦ green 81 ◦ blue 68

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

Shades of Dark Coral #CD5144

Tints of Dark Coral #CD5144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.88%

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

R = 57.91%
G = 22.88%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CD5144 (or 0xCD5144) is known color: Dark Coral. HEX triplet: CD, 51 and 44. RGB value is (205,81,68). Sum of RGB (Red+Green+Blue) = 205+81+68=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5144 is #32AEBB. Grayscale: #747474. Windows color (decimal): -3321532 or 4477389. OLE color: 4477389.

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

Color convert

RGB 205 81 68 -
CMYK 0 0.60 0.67 0.20
HSL 5.69º 0.58% 0.54% -
HSV(B) 5.69º 0.67% 0.8% -
XYZ 29.16 19.28 7.65 -
YUV 116.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 205 81 68 0 0.60 0.67 0.20 5.69 0.58 0.54
Hex CD 51 44 0 3C 43 14 6 3A 36
Octal 315 121 104 0 74 103 24 6 72 66
Binary 11001101 1010001 1000100 0 111100 1000011 10100 110 111010 110110

Color Harmonies of #CD5144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5144

Black with #CD5144

Text Example


Text Example

White with #CD5144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5144; }

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

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

background-color css

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

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

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

border-color css

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

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

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