#C3764E

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

Shades of Red Damask #C3764E

Tints of Red Damask #C3764E

Color information

#C3764E (or 0xC3764E) is unknown color: approx Red Damask. HEX triplet: C3, 76 and 4E. RGB value is (195,118,78). Sum of RGB (Red+Green+Blue) = 195+118+78=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3764E is #3C89B1. Grayscale: #888888. Windows color (decimal): -3967410 or 5142211. OLE color: 5142211.

HSL color Cylindrical-coordinate representation of color #C3764E: hue angle of 20.51º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3764E is Cyan = 0, Magento = 0.39, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB19511878-
CMYK00.390.60.24
HSL20.51º49.37%53.53%-
HSV(B)20.51º60%76.47%-
XYZ30.3625.1110.45-
YUV136.4695.01169.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.87%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 78 (30.86% from 255) = 19.95%
R=49.87%
G=30.18%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951187800.390.60.2420.5149.3753.53
HexC3764E0273C18153136
Octal3031661160477430256166
Binary110000111110110100111001001111111001100010101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3764E; }

 p { color: rgb(195,118,78); }

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

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

 a { background-color: rgb(195,118,78); }

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

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

 span { border-color: rgb(195,118,78); }

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