#CD4F44

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

Shades of Dark Coral #CD4F44

Tints of Dark Coral #CD4F44

Color information

#CD4F44 (or 0xCD4F44) is unknown color: approx Dark Coral. HEX triplet: CD, 4F and 44. RGB value is (205,79,68). Sum of RGB (Red+Green+Blue) = 205+79+68=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD4F44 is #32B0BB. Grayscale: #737373. Windows color (decimal): -3322044 or 4476877. OLE color: 4476877.

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

Color convert

RGB2057968-
CMYK00.610.670.20
HSL4.82º57.81%53.53%-
HSV(B)4.82º66.83%80.39%-
XYZ29.0218.997.6-
YUV115.42101.24191.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.24%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 68 (26.95% from 255) = 19.32%
R=58.24%
G=22.44%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205796800.610.670.204.8257.8153.53
HexCD4F4403D431453a36
Octal3151171040751032457266
Binary11001101100111110001000111101100001110100101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4F44; }

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

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

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

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

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

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

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

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