#C7714A

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

Shades of Red Damask #C7714A

Tints of Red Damask #C7714A

Color information

#C7714A (or 0xC7714A) is unknown color: approx Red Damask. HEX triplet: C7, 71 and 4A. RGB value is (199,113,74). Sum of RGB (Red+Green+Blue) = 199+113+74=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C7714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7714A is #388EB5. Grayscale: #868686. Windows color (decimal): -3706550 or 4878791. OLE color: 4878791.

HSL color Cylindrical-coordinate representation of color #C7714A: hue angle of 18.72º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7714A is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB19911374-
CMYK00.430.630.22
HSL18.72º52.74%53.53%-
HSV(B)18.72º62.81%78.04%-
XYZ30.6924.459.58-
YUV134.2793.99174.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.55%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 74 (29.30% from 255) = 19.17%
R=51.55%
G=29.27%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991137400.430.630.2218.7252.7453.53
HexC7714A02B3F16133536
Octal3071611120537726236566
Binary110001111110001100101001010111111111011010011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7714A; }

 p { color: rgb(199,113,74); }

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

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

 a { background-color: rgb(199,113,74); }

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

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

 span { border-color: rgb(199,113,74); }

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