#C5694F

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

Shades of Red Damask #C5694F

Tints of Red Damask #C5694F

Color information

#C5694F (or 0xC5694F) is unknown color: approx Red Damask. HEX triplet: C5, 69 and 4F. RGB value is (197,105,79). Sum of RGB (Red+Green+Blue) = 197+105+79=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C5694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5694F is #3A96B0. Grayscale: #818181. Windows color (decimal): -3839665 or 5204421. OLE color: 5204421.

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

Color convert

RGB19710579-
CMYK00.470.600.23
HSL13.22º50.43%54.12%-
HSV(B)13.22º59.9%77.25%-
XYZ29.4922.5410.19-
YUV129.5499.48176.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 79 (31.25% from 255) = 20.73%
R=51.71%
G=27.56%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971057900.470.600.2313.2250.4354.12
HexC5694F02F3C17d3236
Octal3051511170577427156266
Binary11000101110100110011110101111111100101111101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5694F; }

 p { color: rgb(197,105,79); }

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

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

 a { background-color: rgb(197,105,79); }

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

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

 span { border-color: rgb(197,105,79); }

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