#C2744C

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

Shades of Red Damask #C2744C

Tints of Red Damask #C2744C

Color information

#C2744C (or 0xC2744C) is unknown color: approx Red Damask. HEX triplet: C2, 74 and 4C. RGB value is (194,116,76). Sum of RGB (Red+Green+Blue) = 194+116+76=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 76 (30.08% from 255 or 19.69% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2744C is #3D8BB3. Grayscale: #878787. Windows color (decimal): -4033460 or 5010626. OLE color: 5010626.

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

Color convert

RGB19411676-
CMYK00.400.610.24
HSL20.34º49.17%52.94%-
HSV(B)20.34º60.82%76.08%-
XYZ29.824.489.99-
YUV134.7694.84170.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.26%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 76 (30.08% from 255) = 19.69%
R=50.26%
G=30.05%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941167600.400.610.2420.3449.1752.94
HexC2744C0283D18143135
Octal3021641140507530246165
Binary110000101110100100110001010001111011100010100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2744C; }

 p { color: rgb(194,116,76); }

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

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

 a { background-color: rgb(194,116,76); }

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

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

 span { border-color: rgb(194,116,76); }

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