#C1764F

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

Shades of Red Damask #C1764F

Tints of Red Damask #C1764F

Color information

#C1764F (or 0xC1764F) is unknown color: approx Red Damask. HEX triplet: C1, 76 and 4F. RGB value is (193,118,79). Sum of RGB (Red+Green+Blue) = 193+118+79=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C1764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1764F is #3E89B0. Grayscale: #888888. Windows color (decimal): -4098481 or 5207745. OLE color: 5207745.

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

Color convert

RGB19311879-
CMYK00.390.590.24
HSL20.53º47.9%53.33%-
HSV(B)20.53º59.07%75.69%-
XYZ29.8824.8610.62-
YUV135.9895.85168.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.49%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 79 (31.25% from 255) = 20.26%
R=49.49%
G=30.26%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931187900.390.590.2420.5347.953.33
HexC1764F0273B18153035
Octal3011661170477330256065
Binary110000011110110100111101001111110111100010101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1764F; }

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

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

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

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

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

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

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

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