#C2764A

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

Shades of Red Damask #C2764A

Tints of Red Damask #C2764A

Color information

#C2764A (or 0xC2764A) is unknown color: approx Red Damask. HEX triplet: C2, 76 and 4A. RGB value is (194,118,74). Sum of RGB (Red+Green+Blue) = 194+118+74=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2764A is #3D89B5. Grayscale: #878787. Windows color (decimal): -4032950 or 4880066. OLE color: 4880066.

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

Color convert

RGB19411874-
CMYK00.390.620.24
HSL22º49.59%52.55%-
HSV(B)22º61.86%76.08%-
XYZ29.9624.929.71-
YUV135.7193.18169.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.26%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 74 (29.30% from 255) = 19.17%
R=50.26%
G=30.57%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941187400.390.620.242249.5952.55
HexC2764A0273E18163235
Octal3021661120477630266265
Binary110000101110110100101001001111111101100010110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2764A; }

 p { color: rgb(194,118,74); }

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

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

 a { background-color: rgb(194,118,74); }

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

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

 span { border-color: rgb(194,118,74); }

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