#CD7345

Color #CD7345 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #CD7345

Tints of Red Damask #CD7345

Color information

#CD7345 (or 0xCD7345) is unknown color: approx Red Damask. HEX triplet: CD, 73 and 45. RGB value is (205,115,69). Sum of RGB (Red+Green+Blue) = 205+115+69=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7345 is #328CBA. Grayscale: #888888. Windows color (decimal): -3312827 or 4551629. OLE color: 4551629.

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

Color convert

RGB20511569-
CMYK00.440.660.20
HSL20.29º57.63%53.73%-
HSV(B)20.29º66.34%80.39%-
XYZ32.3825.678.88-
YUV136.6789.82176.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.70%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 69 (27.34% from 255) = 17.74%
R=52.70%
G=29.56%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051156900.440.660.2020.2957.6353.73
HexCD734502C4214143a36
Octal31516310505410224247266
Binary1100110111100111000101010110010000101010010100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7345; }

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

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

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

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

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

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

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

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