#C07250

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

Shades of Red Damask #C07250

Tints of Red Damask #C07250

Color information

#C07250 (or 0xC07250) is unknown color: approx Red Damask. HEX triplet: C0, 72 and 50. RGB value is (192,114,80). Sum of RGB (Red+Green+Blue) = 192+114+80=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C07250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07250 is #3F8DAF. Grayscale: #858585. Windows color (decimal): -4165040 or 5272256. OLE color: 5272256.

HSL color Cylindrical-coordinate representation of color #C07250: hue angle of 18.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C07250 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19211480-
CMYK00.410.580.25
HSL18.21º47.06%53.33%-
HSV(B)18.21º58.33%75.29%-
XYZ29.223.8210.65-
YUV133.4597.84169.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.74%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 80 (31.64% from 255) = 20.73%
R=49.74%
G=29.53%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921148000.410.580.2518.2147.0653.33
HexC072500293A19122f35
Octal3001621200517231225765
Binary110000001110010101000001010011110101100110010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07250; }

 p { color: rgb(192,114,80); }

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

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

 a { background-color: rgb(192,114,80); }

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

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

 span { border-color: rgb(192,114,80); }

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