#C07048

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

Shades of Red Damask #C07048

Tints of Red Damask #C07048

Color information

#C07048 (or 0xC07048) is unknown color: approx Red Damask. HEX triplet: C0, 70 and 48. RGB value is (192,112,72). Sum of RGB (Red+Green+Blue) = 192+112+72=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C07048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07048 is #3F8FB7. Grayscale: #838383. Windows color (decimal): -4165560 or 4747456. OLE color: 4747456.

HSL color Cylindrical-coordinate representation of color #C07048: hue angle of 20º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C07048 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19211272-
CMYK00.420.630.25
HSL20º48.78%51.76%-
HSV(B)20º62.5%75.29%-
XYZ28.723.269.11-
YUV131.3694.5171.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 72 (28.52% from 255) = 19.15%
R=51.06%
G=29.79%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921127200.420.630.252048.7851.76
HexC0704802A3F19143134
Octal3001601100527731246164
Binary110000001110000100100001010101111111100110100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07048; }

 p { color: rgb(192,112,72); }

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

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

 a { background-color: rgb(192,112,72); }

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

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

 span { border-color: rgb(192,112,72); }

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