#C1764E

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

Shades of Red Damask #C1764E

Tints of Red Damask #C1764E

Color information

#C1764E (or 0xC1764E) is unknown color: approx Red Damask. HEX triplet: C1, 76 and 4E. RGB value is (193,118,78). Sum of RGB (Red+Green+Blue) = 193+118+78=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1764E is #3E89B1. Grayscale: #888888. Windows color (decimal): -4098482 or 5142209. OLE color: 5142209.

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

Color convert

RGB19311878-
CMYK00.390.600.24
HSL20.87º48.12%53.14%-
HSV(B)20.87º59.59%75.69%-
XYZ29.8524.8410.43-
YUV135.8695.35168.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.61%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 78 (30.86% from 255) = 20.05%
R=49.61%
G=30.33%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931187800.390.600.2420.8748.1253.14
HexC1764E0273C18153035
Octal3011661160477430256065
Binary110000011110110100111001001111111001100010101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1764E; }

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

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

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

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

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

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

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

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