#CD7451

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

Shades of Red Damask #CD7451

Tints of Red Damask #CD7451

Color information

#CD7451 (or 0xCD7451) is unknown color: approx Red Damask. HEX triplet: CD, 74 and 51. RGB value is (205,116,81). Sum of RGB (Red+Green+Blue) = 205+116+81=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7451 is #328BAE. Grayscale: #8A8A8A. Windows color (decimal): -3312559 or 5338317. OLE color: 5338317.

HSL color Cylindrical-coordinate representation of color #CD7451: hue angle of 16.94º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD7451 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB20511681-
CMYK00.430.600.20
HSL16.94º55.36%56.08%-
HSV(B)16.94º60.49%80.39%-
XYZ32.9126.0611.08-
YUV138.6295.49175.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.00%
GREEN value IS 116 (45.70% from 255) = 28.86%
BLUE value IS 81 (32.03% from 255) = 20.15%
R=51.00%
G=28.86%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051168100.430.600.2016.9455.3656.08
HexCD745102B3C14113738
Octal3151641210537424216770
Binary110011011110100101000101010111111001010010001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7451; }

 p { color: rgb(205,116,81); }

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

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

 a { background-color: rgb(205,116,81); }

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

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

 span { border-color: rgb(205,116,81); }

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