#cd714c

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

Shades of Red Damask #CD714C

Tints of Red Damask #CD714C

Color information

#CD714C (or 0xCD714C) is unknown color: approx Red Damask. HEX triplet: CD, 71 and 4C. RGB value is (205,113,76). Sum of RGB (Red+Green+Blue) = 205+113+76=394 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.03% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 205 - color contains mainly: red. Hex color #CD714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD714C is #328EB3. Grayscale: #888888. Windows color (decimal): -3313332 or 5009869. OLE color: 5009869.

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

Color convert

RGB20511376-
CMYK00.450.630.20
HSL17.21º56.33%55.1%-
HSV(B)17.21º62.93%80.39%-
XYZ32.3925.3110.02-
YUV136.2993.98177.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.03%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 76 (30.08% from 255) = 19.29%
R=52.03%
G=28.68%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051137600.450.630.2017.2156.3355.1
HexCD714C02D3F14113837
Octal3151611140557724217067
Binary110011011110001100110001011011111111010010001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd714c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd714c; }

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

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

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

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

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

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

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

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