#C2704E

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

Shades of Red Damask #C2704E

Tints of Red Damask #C2704E

Color information

#C2704E (or 0xC2704E) is unknown color: approx Red Damask. HEX triplet: C2, 70 and 4E. RGB value is (194,112,78). Sum of RGB (Red+Green+Blue) = 194+112+78=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2704E is #3D8FB1. Grayscale: #848484. Windows color (decimal): -4034482 or 5140674. OLE color: 5140674.

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

Color convert

RGB19411278-
CMYK00.420.600.24
HSL17.59º48.74%53.33%-
HSV(B)17.59º59.79%76.08%-
XYZ29.4223.6110.21-
YUV132.6497.17171.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.52%
GREEN value IS 112 (44.14% from 255) = 29.17%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=50.52%
G=29.17%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941127800.420.600.2417.5948.7453.33
HexC2704E02A3C18123135
Octal3021601160527430226165
Binary110000101110000100111001010101111001100010010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2704E; }

 p { color: rgb(194,112,78); }

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

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

 a { background-color: rgb(194,112,78); }

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

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

 span { border-color: rgb(194,112,78); }

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