#C07753

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

Shades of Red Damask #C07753

Tints of Red Damask #C07753

Color information

#C07753 (or 0xC07753) is unknown color: approx Red Damask. HEX triplet: C0, 77 and 53. RGB value is (192,119,83). Sum of RGB (Red+Green+Blue) = 192+119+83=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C07753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07753 is #3F88AC. Grayscale: #888888. Windows color (decimal): -4163757 or 5470144. OLE color: 5470144.

HSL color Cylindrical-coordinate representation of color #C07753: hue angle of 19.82º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C07753 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19211983-
CMYK00.380.570.25
HSL19.82º46.38%53.92%-
HSV(B)19.82º56.77%75.29%-
XYZ29.925.0211.44-
YUV136.7297.68167.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.73%
GREEN value IS 119 (46.88% from 255) = 30.20%
BLUE value IS 83 (32.81% from 255) = 21.07%
R=48.73%
G=30.20%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921198300.380.570.2519.8246.3853.92
HexC077530263919142e36
Octal3001671230467131245666
Binary110000001110111101001101001101110011100110100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07753; }

 p { color: rgb(192,119,83); }

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

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

 a { background-color: rgb(192,119,83); }

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

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

 span { border-color: rgb(192,119,83); }

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