#C1764D

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

Shades of Red Damask #C1764D

Tints of Red Damask #C1764D

Color information

#C1764D (or 0xC1764D) is unknown color: approx Red Damask. HEX triplet: C1, 76 and 4D. RGB value is (193,118,77). Sum of RGB (Red+Green+Blue) = 193+118+77=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1764D is #3E89B2. Grayscale: #878787. Windows color (decimal): -4098483 or 5076673. OLE color: 5076673.

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

Color convert

RGB19311877-
CMYK00.390.600.24
HSL21.21º48.33%52.94%-
HSV(B)21.21º60.1%75.69%-
XYZ29.8124.8310.24-
YUV135.7594.85168.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.74%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 77 (30.47% from 255) = 19.85%
R=49.74%
G=30.41%
B=19.85%

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
Decimal1931187700.390.600.2421.2148.3352.94
HexC1764D0273C18153035
Octal3011661150477430256065
Binary110000011110110100110101001111111001100010101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1764D; }

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

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

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

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

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

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

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

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