#C4694E

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

Shades of Red Damask #C4694E

Tints of Red Damask #C4694E

Color information

#C4694E (or 0xC4694E) is unknown color: approx Red Damask. HEX triplet: C4, 69 and 4E. RGB value is (196,105,78). Sum of RGB (Red+Green+Blue) = 196+105+78=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C4694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4694E is #3B96B1. Grayscale: #818181. Windows color (decimal): -3905202 or 5138884. OLE color: 5138884.

HSL color Cylindrical-coordinate representation of color #C4694E: hue angle of 13.73º 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 #C4694E is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB19610578-
CMYK00.460.600.23
HSL13.73º50%53.73%-
HSV(B)13.73º60.2%76.86%-
XYZ29.1922.399.99-
YUV129.1399.15175.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.72%
GREEN value IS 105 (41.41% from 255) = 27.70%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=51.72%
G=27.70%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961057800.460.600.2313.735053.73
HexC4694E02E3C17e3236
Octal3041511160567427166266
Binary11000100110100110011100101110111100101111110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4694E; }

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

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

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

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

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

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

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

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