#CD7548

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

Shades of Red Damask #CD7548

Tints of Red Damask #CD7548

Color information

#CD7548 (or 0xCD7548) is unknown color: approx Red Damask. HEX triplet: CD, 75 and 48. RGB value is (205,117,72). Sum of RGB (Red+Green+Blue) = 205+117+72=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7548 is #328AB7. Grayscale: #8A8A8A. Windows color (decimal): -3312312 or 4748749. OLE color: 4748749.

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

Color convert

RGB20511772-
CMYK00.430.650.20
HSL20.3º57.08%54.31%-
HSV(B)20.3º64.88%80.39%-
XYZ32.7126.179.46-
YUV138.1890.65175.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.03%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 72 (28.52% from 255) = 18.27%
R=52.03%
G=29.70%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051177200.430.650.2020.357.0854.31
HexCD754802B4114143936
Octal31516511005310124247166
Binary1100110111101011001000010101110000011010010100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7548; }

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

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

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

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

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

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

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

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