#C2754C

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

Shades of Red Damask #C2754C

Tints of Red Damask #C2754C

Color information

#C2754C (or 0xC2754C) is unknown color: approx Red Damask. HEX triplet: C2, 75 and 4C. RGB value is (194,117,76). Sum of RGB (Red+Green+Blue) = 194+117+76=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2754C is #3D8AB3. Grayscale: #878787. Windows color (decimal): -4033204 or 5010882. OLE color: 5010882.

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

Color convert

RGB19411776-
CMYK00.400.610.24
HSL20.85º49.17%52.94%-
HSV(B)20.85º60.82%76.08%-
XYZ29.9124.7110.03-
YUV135.3594.51169.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.13%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 76 (30.08% from 255) = 19.64%
R=50.13%
G=30.23%
B=19.64%

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
Decimal1941177600.400.610.2420.8549.1752.94
HexC2754C0283D18153135
Octal3021651140507530256165
Binary110000101110101100110001010001111011100010101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2754C; }

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

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

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

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

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

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

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

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