#cd644d

Color #CD644D Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #CD644D

Tints of Dark Coral #CD644D

Color information

#CD644D (or 0xCD644D) is unknown color: approx Dark Coral. HEX triplet: CD, 64 and 4D. RGB value is (205,100,77). Sum of RGB (Red+Green+Blue) = 205+100+77=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD644D is #329BB2. Grayscale: #808080. Windows color (decimal): -3316659 or 5072077. OLE color: 5072077.

HSL color Cylindrical-coordinate representation of color #CD644D: hue angle of 10.78º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD644D is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB20510077-
CMYK00.510.620.20
HSL10.78º56.14%55.29%-
HSV(B)10.78º62.44%80.39%-
XYZ31.0722.639.75-
YUV128.7798.79182.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.66%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 77 (30.47% from 255) = 20.16%
R=53.66%
G=26.18%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051007700.510.620.2010.7856.1455.29
HexCD644D0333E14b3837
Octal3151441150637624137067
Binary11001101110010010011010110011111110101001011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd644d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd644d; }

 p { color: rgb(205,100,77); }

 H1.HeaderClassName
 {
   color: #cd644d;
 }
 .AnyTagClassName
 {
   color: #cd644d;
 }
</style>
background-color css

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

 a { background-color: rgb(205,100,77); }

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

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

 span { border-color: rgb(205,100,77); }

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