#CD6545

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

Shades of Dark Coral #CD6545

Tints of Dark Coral #CD6545

Color information

#CD6545 (or 0xCD6545) is unknown color: approx Dark Coral. HEX triplet: CD, 65 and 45. RGB value is (205,101,69). Sum of RGB (Red+Green+Blue) = 205+101+69=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6545 is #329ABA. Grayscale: #808080. Windows color (decimal): -3316411 or 4548045. OLE color: 4548045.

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

Color convert

RGB20510169-
CMYK00.510.660.20
HSL14.12º57.63%53.73%-
HSV(B)14.12º66.34%80.39%-
XYZ30.922.728.39-
YUV128.4594.46182.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.67%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 69 (27.34% from 255) = 18.4%
R=54.67%
G=26.93%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051016900.510.660.2014.1257.6353.73
HexCD65450334214e3a36
Octal31514510506310224167266
Binary110011011100101100010101100111000010101001110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6545; }

 p { color: rgb(205,101,69); }

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

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

 a { background-color: rgb(205,101,69); }

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

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

 span { border-color: rgb(205,101,69); }

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