#C4714D

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

Shades of Red Damask #C4714D

Tints of Red Damask #C4714D

Color information

#C4714D (or 0xC4714D) is unknown color: approx Red Damask. HEX triplet: C4, 71 and 4D. RGB value is (196,113,77). Sum of RGB (Red+Green+Blue) = 196+113+77=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4714D is #3B8EB2. Grayscale: #858585. Windows color (decimal): -3903155 or 5075396. OLE color: 5075396.

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

Color convert

RGB19611377-
CMYK00.420.610.23
HSL18.15º50.21%53.53%-
HSV(B)18.15º60.71%76.86%-
XYZ30.0124.0810.09-
YUV133.7196172.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.78%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 77 (30.47% from 255) = 19.95%
R=50.78%
G=29.27%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961137700.420.610.2318.1550.2153.53
HexC4714D02A3D17123236
Octal3041611150527527226266
Binary110001001110001100110101010101111011011110010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4714D; }

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

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

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

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

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

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

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

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