#C0707C

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

Shades of Tapestry #C0707C

Tints of Tapestry #C0707C

Color information

#C0707C (or 0xC0707C) is unknown color: approx Tapestry. HEX triplet: C0, 70 and 7C. RGB value is (192,112,124). Sum of RGB (Red+Green+Blue) = 192+112+124=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0707C is #3F8F83. Grayscale: #898989. Windows color (decimal): -4165508 or 8155328. OLE color: 8155328.

HSL color Cylindrical-coordinate representation of color #C0707C: hue angle of 351º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0707C is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB192112124-
CMYK00.420.350.25
HSL351º38.83%59.61%-
HSV(B)351º41.67%75.29%-
XYZ31.1724.2522.11-
YUV137.29120.5167.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.86%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 124 (48.83% from 255) = 28.97%
R=44.86%
G=26.17%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211212400.420.350.2535138.8359.61
HexC0707C02A231915f273c
Octal30016017405243315374774
Binary1100000011100001111100010101010001111001101011111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0707C; }

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

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

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

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

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

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

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

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