#C1764C

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

Shades of Red Damask #C1764C

Tints of Red Damask #C1764C

Color information

#C1764C (or 0xC1764C) is unknown color: approx Red Damask. HEX triplet: C1, 76 and 4C. RGB value is (193,118,76). Sum of RGB (Red+Green+Blue) = 193+118+76=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1764C is #3E89B3. Grayscale: #878787. Windows color (decimal): -4098484 or 5011137. OLE color: 5011137.

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

Color convert

RGB19311876-
CMYK00.390.610.24
HSL21.54º48.55%52.75%-
HSV(B)21.54º60.62%75.69%-
XYZ29.7824.8210.06-
YUV135.6494.35168.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.87%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 76 (30.08% from 255) = 19.64%
R=49.87%
G=30.49%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931187600.390.610.2421.5448.5552.75
HexC1764C0273D18163135
Octal3011661140477530266165
Binary110000011110110100110001001111111011100010110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1764C; }

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

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

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

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

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

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

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

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