#C2724E

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

Shades of Red Damask #C2724E

Tints of Red Damask #C2724E

Color information

#C2724E (or 0xC2724E) is unknown color: approx Red Damask. HEX triplet: C2, 72 and 4E. RGB value is (194,114,78). Sum of RGB (Red+Green+Blue) = 194+114+78=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2724E is #3D8DB1. Grayscale: #868686. Windows color (decimal): -4033970 or 5141186. OLE color: 5141186.

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

Color convert

RGB19411478-
CMYK00.410.600.24
HSL18.62º48.74%53.33%-
HSV(B)18.62º59.79%76.08%-
XYZ29.6424.0510.29-
YUV133.8296.5170.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.26%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 78 (30.86% from 255) = 20.21%
R=50.26%
G=29.53%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941147800.410.600.2418.6248.7453.33
HexC2724E0293C18133135
Octal3021621160517430236165
Binary110000101110010100111001010011111001100010011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2724E; }

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

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

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

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

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

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

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

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