#CD7147

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

Shades of Red Damask #CD7147

Tints of Red Damask #CD7147

Color information

#CD7147 (or 0xCD7147) is unknown color: approx Red Damask. HEX triplet: CD, 71 and 47. RGB value is (205,113,71). Sum of RGB (Red+Green+Blue) = 205+113+71=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7147 is #328EB8. Grayscale: #878787. Windows color (decimal): -3313337 or 4682189. OLE color: 4682189.

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

Color convert

RGB20511371-
CMYK00.450.650.20
HSL18.81º57.26%54.12%-
HSV(B)18.81º65.37%80.39%-
XYZ32.2225.249.14-
YUV135.7291.48177.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.70%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 71 (28.12% from 255) = 18.25%
R=52.70%
G=29.05%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051137100.450.650.2018.8157.2654.12
HexCD714702D4114133936
Octal31516110705510124237166
Binary1100110111100011000111010110110000011010010011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7147; }

 p { color: rgb(205,113,71); }

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

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

 a { background-color: rgb(205,113,71); }

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

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

 span { border-color: rgb(205,113,71); }

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