#C4714E

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

Shades of Red Damask #C4714E

Tints of Red Damask #C4714E

Color information

#C4714E (or 0xC4714E) is unknown color: approx Red Damask. HEX triplet: C4, 71 and 4E. RGB value is (196,113,78). Sum of RGB (Red+Green+Blue) = 196+113+78=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4714E is #3B8EB1. Grayscale: #868686. Windows color (decimal): -3903154 or 5140932. OLE color: 5140932.

HSL color Cylindrical-coordinate representation of color #C4714E: hue angle of 17.8º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4714E is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB19611378-
CMYK00.420.600.23
HSL17.8º50%53.73%-
HSV(B)17.8º60.2%76.86%-
XYZ30.0524.110.28-
YUV133.8396.5172.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=50.65%
G=29.20%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961137800.420.600.2317.85053.73
HexC4714E02A3C17123236
Octal3041611160527427226266
Binary110001001110001100111001010101111001011110010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4714E; }

 p { color: rgb(196,113,78); }

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

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

 a { background-color: rgb(196,113,78); }

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

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

 span { border-color: rgb(196,113,78); }

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