#CD7545

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

Shades of Red Damask #CD7545

Tints of Red Damask #CD7545

Color information

#CD7545 (or 0xCD7545) is unknown color: approx Red Damask. HEX triplet: CD, 75 and 45. RGB value is (205,117,69). Sum of RGB (Red+Green+Blue) = 205+117+69=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7545 is #328ABA. Grayscale: #8A8A8A. Windows color (decimal): -3312315 or 4552141. OLE color: 4552141.

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

Color convert

RGB20511769-
CMYK00.430.660.20
HSL21.18º57.63%53.73%-
HSV(B)21.18º66.34%80.39%-
XYZ32.6126.138.96-
YUV137.8489.15175.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.43%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 69 (27.34% from 255) = 17.65%
R=52.43%
G=29.92%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051176900.430.660.2021.1857.6353.73
HexCD754502B4214153a36
Octal31516510505310224257266
Binary1100110111101011000101010101110000101010010101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7545; }

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

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

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

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

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

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

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

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