#CD5F42

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

Shades of Dark Coral #CD5F42

Tints of Dark Coral #CD5F42

Color information

#CD5F42 (or 0xCD5F42) is unknown color: approx Dark Coral. HEX triplet: CD, 5F and 42. RGB value is (205,95,66). Sum of RGB (Red+Green+Blue) = 205+95+66=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5F42 is #32A0BD. Grayscale: #7C7C7C. Windows color (decimal): -3317950 or 4349901. OLE color: 4349901.

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

Color convert

RGB2059566-
CMYK00.540.680.20
HSL12.52º58.16%53.14%-
HSV(B)12.52º67.8%80.39%-
XYZ30.2521.567.72-
YUV124.5894.94185.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.01%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 66 (26.17% from 255) = 18.03%
R=56.01%
G=25.96%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205956600.540.680.2012.5258.1653.14
HexCD5F420364414d3a35
Octal31513710206610424157265
Binary110011011011111100001001101101000100101001101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5F42; }

 p { color: rgb(205,95,66); }

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

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

 a { background-color: rgb(205,95,66); }

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

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

 span { border-color: rgb(205,95,66); }

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