#C3694A

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

Shades of Red Damask #C3694A

Tints of Red Damask #C3694A

Color information

#C3694A (or 0xC3694A) is unknown color: approx Red Damask. HEX triplet: C3, 69 and 4A. RGB value is (195,105,74). Sum of RGB (Red+Green+Blue) = 195+105+74=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3694A is #3C96B5. Grayscale: #808080. Windows color (decimal): -3970742 or 4876739. OLE color: 4876739.

HSL color Cylindrical-coordinate representation of color #C3694A: hue angle of 15.37º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3694A is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19510574-
CMYK00.460.620.24
HSL15.37º50.21%52.75%-
HSV(B)15.37º62.05%76.47%-
XYZ28.7922.29.25-
YUV128.3897.32175.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.14%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 74 (29.30% from 255) = 19.79%
R=52.14%
G=28.07%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951057400.460.620.2415.3750.2152.75
HexC3694A02E3E18f3235
Octal3031511120567630176265
Binary11000011110100110010100101110111110110001111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3694A; }

 p { color: rgb(195,105,74); }

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

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

 a { background-color: rgb(195,105,74); }

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

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

 span { border-color: rgb(195,105,74); }

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